Html Css Color HEX #768464 Camouflage Green

📋 copy color: '#768464'

red 118 ◦ green 132 ◦ blue 100

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

Shades of Camouflage Green #768464

Tints of Camouflage Green #768464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.57%

R = 33.71%
G = 37.71%
B = 28.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#768464 (or 0x768464) is known color: Camouflage Green. HEX triplet: 76, 84 and 64. RGB value is (118,132,100). Sum of RGB (Red+Green+Blue) = 118+132+100=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #768464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768464 is #897B9B. Grayscale: #7C7C7C. Windows color (decimal): -9010076 or 6587510. OLE color: 6587510.

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

Color convert

RGB 118 132 100 -
CMYK 0.11 0 0.24 0.48
HSL 86.25º 0.14% 0.45% -
HSV(B) 86.25º 0.24% 0.52% -
XYZ 18.02 21.27 15.21 -
YUV 124.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 118 132 100 0.11 0 0.24 0.48 86.25 0.14 0.45
Hex 76 84 64 B 0 18 30 56 E 2D
Octal 166 204 144 13 0 30 60 126 16 55
Binary 1110110 10000100 1100100 1011 0 11000 110000 1010110 1110 101101

Color Harmonies of #768464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768464

Black with #768464

Text Example


Text Example

White with #768464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768464; }

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

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

background-color css

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

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

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

border-color css

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

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

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