Html Css Color HEX #768863 Camouflage Green

📋 copy color: '#768863'

red 118 ◦ green 136 ◦ blue 99

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

Shades of Camouflage Green #768863

Tints of Camouflage Green #768863

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

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

R = 33.43%
G = 38.53%
B = 28.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#768863 (or 0x768863) is known color: Camouflage Green. HEX triplet: 76, 88 and 63. RGB value is (118,136,99). Sum of RGB (Red+Green+Blue) = 118+136+99=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #768863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768863 is #89779C. Grayscale: #7E7E7E. Windows color (decimal): -9009053 or 6522998. OLE color: 6522998.

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

Color convert

RGB 118 136 99 -
CMYK 0.13 0 0.27 0.47
HSL 89.19º 0.16% 0.46% -
HSV(B) 89.19º 0.27% 0.53% -
XYZ 18.53 22.36 15.14 -
YUV 126.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 118 136 99 0.13 0 0.27 0.47 89.19 0.16 0.46
Hex 76 88 63 D 0 1B 2F 59 10 2E
Octal 166 210 143 15 0 33 57 131 20 56
Binary 1110110 10001000 1100011 1101 0 11011 101111 1011001 10000 101110

Color Harmonies of #768863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768863

Black with #768863

Text Example


Text Example

White with #768863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768863; }

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

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

background-color css

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

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

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

border-color css

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

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

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