Html Css Color HEX #76865E Camouflage Green

📋 copy color: '#76865E'

red 118 ◦ green 134 ◦ blue 94

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

Shades of Camouflage Green #76865E

Tints of Camouflage Green #76865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.73%

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

R = 34.1%
G = 38.73%
B = 27.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#76865E (or 0x76865E) is known color: Camouflage Green. HEX triplet: 76, 86 and 5E. RGB value is (118,134,94). Sum of RGB (Red+Green+Blue) = 118+134+94=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #76865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76865E is #8979A1. Grayscale: #7C7C7C. Windows color (decimal): -9009570 or 6194806. OLE color: 6194806.

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

Color convert

RGB 118 134 94 -
CMYK 0.12 0 0.30 0.47
HSL 84º 0.18% 0.45% -
HSV(B) 84º 0.3% 0.53% -
XYZ 18.02 21.71 13.83 -
YUV 124.66 110.7 123.25 -
System Red Green Blue C M Y K H S L
Decimal 118 134 94 0.12 0 0.30 0.47 84 0.18 0.45
Hex 76 86 5E C 0 1E 2F 54 12 2D
Octal 166 206 136 14 0 36 57 124 22 55
Binary 1110110 10000110 1011110 1100 0 11110 101111 1010100 10010 101101

Color Harmonies of #76865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76865E

Black with #76865E

Text Example


Text Example

White with #76865E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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