Html Css Color HEX #768063 Camouflage Green

📋 copy color: '#768063'

red 118 ◦ green 128 ◦ blue 99

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

Shades of Camouflage Green #768063

Tints of Camouflage Green #768063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 34.2%
G = 37.1%
B = 28.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#768063 (or 0x768063) is known color: Camouflage Green. HEX triplet: 76, 80 and 63. RGB value is (118,128,99). Sum of RGB (Red+Green+Blue) = 118+128+99=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #768063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768063 is #897F9C. Grayscale: #797979. Windows color (decimal): -9011101 or 6520950. OLE color: 6520950.

HSL color Cylindrical-coordinate representation of color #768063: hue angle of 80.69º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768063 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 99 -
CMYK 0.08 0 0.23 0.50
HSL 80.69º 0.13% 0.45% -
HSV(B) 80.69º 0.23% 0.5% -
XYZ 17.44 20.19 14.78 -
YUV 121.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 118 128 99 0.08 0 0.23 0.50 80.69 0.13 0.45
Hex 76 80 63 8 0 17 32 51 D 2D
Octal 166 200 143 10 0 27 62 121 15 55
Binary 1110110 10000000 1100011 1000 0 10111 110010 1010001 1101 101101

Color Harmonies of #768063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768063

Black with #768063

Text Example


Text Example

White with #768063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768063; }

 p { color: rgb(118,128,99); }

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

background-color css

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

 a { background-color: rgb(118,128,99); }

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

border-color css

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

 span { border-color: rgb(118,128,99); }

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