Html Css Color HEX #768461 Camouflage Green

📋 copy color: '#768461'

red 118 ◦ green 132 ◦ blue 97

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

Shades of Camouflage Green #768461

Tints of Camouflage Green #768461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.04%

 BLUE value IS 97 (38.28% from 255) = 27.95%

R = 34.01%
G = 38.04%
B = 27.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#768461 (or 0x768461) is known color: Camouflage Green. HEX triplet: 76, 84 and 61. RGB value is (118,132,97). Sum of RGB (Red+Green+Blue) = 118+132+97=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #768461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768461 is #897B9E. Grayscale: #7B7B7B. Windows color (decimal): -9010079 or 6390902. OLE color: 6390902.

HSL color Cylindrical-coordinate representation of color #768461: hue angle of 84º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #768461 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 97 -
CMYK 0.11 0 0.27 0.48
HSL 84º 0.15% 0.45% -
HSV(B) 84º 0.27% 0.52% -
XYZ 17.88 21.22 14.46 -
YUV 123.82 112.86 123.85 -
System Red Green Blue C M Y K H S L
Decimal 118 132 97 0.11 0 0.27 0.48 84 0.15 0.45
Hex 76 84 61 B 0 1B 30 54 F 2D
Octal 166 204 141 13 0 33 60 124 17 55
Binary 1110110 10000100 1100001 1011 0 11011 110000 1010100 1111 101101

Color Harmonies of #768461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768461

Black with #768461

Text Example


Text Example

White with #768461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768461; }

 p { color: rgb(118,132,97); }

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

background-color css

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

 a { background-color: rgb(118,132,97); }

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

border-color css

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

 span { border-color: rgb(118,132,97); }

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