Html Css Color HEX #74885F Camouflage Green

📋 copy color: '#74885F'

red 116 ◦ green 136 ◦ blue 95

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

Shades of Camouflage Green #74885F

Tints of Camouflage Green #74885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

 BLUE value IS 95 (37.5% from 255) = 27.38%

R = 33.43%
G = 39.19%
B = 27.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#74885F (or 0x74885F) is known color: Camouflage Green. HEX triplet: 74, 88 and 5F. RGB value is (116,136,95). Sum of RGB (Red+Green+Blue) = 116+136+95=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #74885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74885F is #8B77A0. Grayscale: #7D7D7D. Windows color (decimal): -9140129 or 6260852. OLE color: 6260852.

HSL color Cylindrical-coordinate representation of color #74885F: hue angle of 89.27º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74885F is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 136 95 -
CMYK 0.15 0 0.30 0.47
HSL 89.27º 0.18% 0.45% -
HSV(B) 89.27º 0.3% 0.53% -
XYZ 18.07 22.15 14.15 -
YUV 125.35 110.87 121.33 -
System Red Green Blue C M Y K H S L
Decimal 116 136 95 0.15 0 0.30 0.47 89.27 0.18 0.45
Hex 74 88 5F F 0 1E 2F 59 12 2D
Octal 164 210 137 17 0 36 57 131 22 55
Binary 1110100 10001000 1011111 1111 0 11110 101111 1011001 10010 101101

Color Harmonies of #74885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74885F

Black with #74885F

Text Example


Text Example

White with #74885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74885F; }

 p { color: rgb(116,136,95); }

 H1.HeaderClassName
 {
   color: #74885F;
 }
 .AnyTagClassName
 {
   color: #74885F;
 }
</style>

background-color css

<style>
 a { background-color: #74885F; }

 a { background-color: rgb(116,136,95); }

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

border-color css

<style>
 span { border-color: #74885F; }

 span { border-color: rgb(116,136,95); }

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