Html Css Color HEX #768803 Olive

📋 copy color: '#768803'

red 118 ◦ green 136 ◦ blue 3

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

Shades of Olive #768803

Tints of Olive #768803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 45.91%
G = 52.92%
B = 1.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#768803 (or 0x768803) is known color: Olive. HEX triplet: 76, 88 and 03. RGB value is (118,136,3). Sum of RGB (Red+Green+Blue) = 118+136+3=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #768803 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768803 is #8977FC. Grayscale: #737373. Windows color (decimal): -9009149 or 231542. OLE color: 231542.

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

Color convert

RGB 118 136 3 -
CMYK 0.13 0 0.98 0.47
HSL 68.12º 0.96% 0.27% -
HSV(B) 68.12º 0.98% 0.53% -
XYZ 16.29 21.47 3.37 -
YUV 115.46 64.54 129.81 -
System Red Green Blue C M Y K H S L
Decimal 118 136 3 0.13 0 0.98 0.47 68.12 0.96 0.27
Hex 76 88 3 D 0 62 2F 44 60 1B
Octal 166 210 3 15 0 142 57 104 140 33
Binary 1110110 10001000 11 1101 0 1100010 101111 1000100 1100000 11011

Color Harmonies of #768803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768803

Black with #768803

Text Example


Text Example

White with #768803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768803; }

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

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

background-color css

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

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

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

border-color css

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

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

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