Html Css Color HEX #76816E Camouflage Green

📋 copy color: '#76816E'

red 118 ◦ green 129 ◦ blue 110

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

Shades of Camouflage Green #76816E

Tints of Camouflage Green #76816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.13%

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 33.05%
G = 36.13%
B = 30.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#76816E (or 0x76816E) is known color: Camouflage Green. HEX triplet: 76, 81 and 6E. RGB value is (118,129,110). Sum of RGB (Red+Green+Blue) = 118+129+110=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 129 - color contains mainly: green. Hex color #76816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76816E is #897E91. Grayscale: #7B7B7B. Windows color (decimal): -9010834 or 7242102. OLE color: 7242102.

HSL color Cylindrical-coordinate representation of color #76816E: hue angle of 94.74º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76816E is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 110 -
CMYK 0.09 0 0.15 0.49
HSL 94.74º 0.08% 0.47% -
HSV(B) 94.74º 0.15% 0.51% -
XYZ 18.14 20.68 17.79 -
YUV 123.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 118 129 110 0.09 0 0.15 0.49 94.74 0.08 0.47
Hex 76 81 6E 9 0 F 31 5F 8 2F
Octal 166 201 156 11 0 17 61 137 10 57
Binary 1110110 10000001 1101110 1001 0 1111 110001 1011111 1000 101111

Color Harmonies of #76816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76816E

Black with #76816E

Text Example


Text Example

White with #76816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,129,110); }

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

background-color css

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

 a { background-color: rgb(118,129,110); }

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

border-color css

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

 span { border-color: rgb(118,129,110); }

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