Html Css Color HEX #76875E Camouflage Green

📋 copy color: '#76875E'

red 118 ◦ green 135 ◦ blue 94

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

Shades of Camouflage Green #76875E

Tints of Camouflage Green #76875E

RGB

 RED value IS 118 (46.48% from 255) = 34.01%

 GREEN value IS 135 (53.13% from 255) = 38.9%

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 34.01%
G = 38.9%
B = 27.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#76875E (or 0x76875E) is known color: Camouflage Green. HEX triplet: 76, 87 and 5E. RGB value is (118,135,94). Sum of RGB (Red+Green+Blue) = 118+135+94=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #76875E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76875E is #8978A1. Grayscale: #7D7D7D. Windows color (decimal): -9009314 or 6195062. OLE color: 6195062.

HSL color Cylindrical-coordinate representation of color #76875E: hue angle of 84.88º 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 #76875E is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 135 94 -
CMYK 0.13 0 0.30 0.47
HSL 84.88º 0.18% 0.45% -
HSV(B) 84.88º 0.3% 0.53% -
XYZ 18.16 21.99 13.88 -
YUV 125.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 118 135 94 0.13 0 0.30 0.47 84.88 0.18 0.45
Hex 76 87 5E D 0 1E 2F 55 12 2D
Octal 166 207 136 15 0 36 57 125 22 55
Binary 1110110 10000111 1011110 1101 0 11110 101111 1010101 10010 101101

Color Harmonies of #76875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76875E

Black with #76875E

Text Example


Text Example

White with #76875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76875E; }

 p { color: rgb(118,135,94); }

 H1.HeaderClassName
 {
   color: #76875E;
 }
 .AnyTagClassName
 {
   color: #76875E;
 }
</style>

background-color css

<style>
 a { background-color: #76875E; }

 a { background-color: rgb(118,135,94); }

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

border-color css

<style>
 span { border-color: #76875E; }

 span { border-color: rgb(118,135,94); }

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