Html Css Color HEX #768268 Camouflage Green

📋 copy color: '#768268'

red 118 ◦ green 130 ◦ blue 104

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

Shades of Camouflage Green #768268

Tints of Camouflage Green #768268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 33.52%
G = 36.93%
B = 29.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#768268 (or 0x768268) is known color: Camouflage Green. HEX triplet: 76, 82 and 68. RGB value is (118,130,104). Sum of RGB (Red+Green+Blue) = 118+130+104=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #768268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768268 is #897D97. Grayscale: #7B7B7B. Windows color (decimal): -9010584 or 6849142. OLE color: 6849142.

HSL color Cylindrical-coordinate representation of color #768268: hue angle of 87.69º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #768268 is Cyan = 0.09, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 104 -
CMYK 0.09 0 0.2 0.49
HSL 87.69º 0.11% 0.46% -
HSV(B) 87.69º 0.2% 0.51% -
XYZ 17.95 20.82 16.17 -
YUV 123.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 118 130 104 0.09 0 0.2 0.49 87.69 0.11 0.46
Hex 76 82 68 9 0 14 31 58 B 2E
Octal 166 202 150 11 0 24 61 130 13 56
Binary 1110110 10000010 1101000 1001 0 10100 110001 1011000 1011 101110

Color Harmonies of #768268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768268

Black with #768268

Text Example


Text Example

White with #768268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768268; }

 p { color: rgb(118,130,104); }

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

background-color css

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

 a { background-color: rgb(118,130,104); }

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

border-color css

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

 span { border-color: rgb(118,130,104); }

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