Html Css Color HEX #74835C Camouflage Green

📋 copy color: '#74835C'

red 116 ◦ green 131 ◦ blue 92

#74835C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage Green #74835C

Tints of Camouflage Green #74835C

RGB

 RED value IS 116 (45.7% from 255) = 34.22%

 GREEN value IS 131 (51.56% from 255) = 38.64%

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 34.22%
G = 38.64%
B = 27.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#74835C (or 0x74835C) is known color: Camouflage Green. HEX triplet: 74, 83 and 5C. RGB value is (116,131,92). Sum of RGB (Red+Green+Blue) = 116+131+92=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 131 - color contains mainly: green. Hex color #74835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74835C is #8B7CA3. Grayscale: #7A7A7A. Windows color (decimal): -9141412 or 6062964. OLE color: 6062964.

HSL color Cylindrical-coordinate representation of color #74835C: hue angle of 83.08º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74835C is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 131 92 -
CMYK 0.11 0 0.30 0.49
HSL 83.08º 0.17% 0.44% -
HSV(B) 83.08º 0.3% 0.51% -
XYZ 17.25 20.72 13.22 -
YUV 122.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 116 131 92 0.11 0 0.30 0.49 83.08 0.17 0.44
Hex 74 83 5C B 0 1E 31 53 11 2C
Octal 164 203 134 13 0 36 61 123 21 54
Binary 1110100 10000011 1011100 1011 0 11110 110001 1010011 10001 101100

Color Harmonies of #74835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74835C

Black with #74835C

Text Example


Text Example

White with #74835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74835C; }

 p { color: rgb(116,131,92); }

 H1.HeaderClassName
 {
   color: #74835C;
 }
 .AnyTagClassName
 {
   color: #74835C;
 }
</style>

background-color css

<style>
 a { background-color: #74835C; }

 a { background-color: rgb(116,131,92); }

 div.DivClassName
 {
   background-color: #74835C;
 }
 .BgClassName
 {
   background-color: #74835C;
 }
</style>

border-color css

<style>
 span { border-color: #74835C; }

 span { border-color: rgb(116,131,92); }

 td.TdClassName
 {
   border-color: #74835C;
 }
 .TagClassName
 {
   border-color: #74835C;
 }
</style>