Html Css Color HEX #768360 Camouflage Green

📋 copy color: '#768360'

red 118 ◦ green 131 ◦ blue 96

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

Shades of Camouflage Green #768360

Tints of Camouflage Green #768360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.97%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 34.2%
G = 37.97%
B = 27.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#768360 (or 0x768360) is known color: Camouflage Green. HEX triplet: 76, 83 and 60. RGB value is (118,131,96). Sum of RGB (Red+Green+Blue) = 118+131+96=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #768360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768360 is #897C9F. Grayscale: #7B7B7B. Windows color (decimal): -9010336 or 6325110. OLE color: 6325110.

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

Color convert

RGB 118 131 96 -
CMYK 0.10 0 0.27 0.49
HSL 82.29º 0.15% 0.45% -
HSV(B) 82.29º 0.27% 0.51% -
XYZ 17.7 20.93 14.17 -
YUV 123.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 118 131 96 0.10 0 0.27 0.49 82.29 0.15 0.45
Hex 76 83 60 A 0 1B 31 52 F 2D
Octal 166 203 140 12 0 33 61 122 17 55
Binary 1110110 10000011 1100000 1010 0 11011 110001 1010010 1111 101101

Color Harmonies of #768360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768360

Black with #768360

Text Example


Text Example

White with #768360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768360; }

 p { color: rgb(118,131,96); }

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

background-color css

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

 a { background-color: rgb(118,131,96); }

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

border-color css

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

 span { border-color: rgb(118,131,96); }

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