Html Css Color HEX #76865D Camouflage Green

📋 copy color: '#76865D'

red 118 ◦ green 134 ◦ blue 93

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

Shades of Camouflage Green #76865D

Tints of Camouflage Green #76865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 34.2%
G = 38.84%
B = 26.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#76865D (or 0x76865D) is known color: Camouflage Green. HEX triplet: 76, 86 and 5D. RGB value is (118,134,93). Sum of RGB (Red+Green+Blue) = 118+134+93=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #76865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76865D is #8979A2. Grayscale: #7C7C7C. Windows color (decimal): -9009571 or 6129270. OLE color: 6129270.

HSL color Cylindrical-coordinate representation of color #76865D: hue angle of 83.41º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76865D is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 93 -
CMYK 0.12 0 0.31 0.47
HSL 83.41º 0.18% 0.45% -
HSV(B) 83.41º 0.31% 0.53% -
XYZ 17.97 21.69 13.6 -
YUV 124.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 118 134 93 0.12 0 0.31 0.47 83.41 0.18 0.45
Hex 76 86 5D C 0 1F 2F 53 12 2D
Octal 166 206 135 14 0 37 57 123 22 55
Binary 1110110 10000110 1011101 1100 0 11111 101111 1010011 10010 101101

Color Harmonies of #76865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76865D

Black with #76865D

Text Example


Text Example

White with #76865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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