#768667

Color #768667 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #768667

Tints of Camouflage Green #768667

Color information

#768667 (or 0x768667) is unknown color: approx Camouflage Green. HEX triplet: 76, 86 and 67. RGB value is (118,134,103). Sum of RGB (Red+Green+Blue) = 118+134+103=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #768667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768667 is #897998. Grayscale: #7D7D7D. Windows color (decimal): -9009561 or 6784630. OLE color: 6784630.

HSL color Cylindrical-coordinate representation of color #768667: hue angle of 90.97º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768667 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB118134103-
CMYK0.1200.230.47
HSL90.97º13.08%46.47%-
HSV(B)90.97º23.13%52.55%-
XYZ18.4421.8816.08-
YUV125.68115.2122.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=33.24%
G=37.75%
B=29.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181341030.1200.230.4790.9713.0846.47
Hex768667C0172F5bd2e
Octal16620614714027571331556
Binary1110110100001101100111110001011110111110110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768667; }

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

 H1.HeaderClassName
 {
   color: #768667;
 }
 .AnyTagClassName
 {
   color: #768667;
 }
</style>
background-color css

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

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

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

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

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

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