Html Css Color HEX #768508 Olive

📋 copy color: '#768508'

red 118 ◦ green 133 ◦ blue 8

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

Shades of Olive #768508

Tints of Olive #768508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.35%

 BLUE value IS 8 (3.52% from 255) = 3.09%

R = 45.56%
G = 51.35%
B = 3.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#768508 (or 0x768508) is known color: Olive. HEX triplet: 76, 85 and 08. RGB value is (118,133,8). Sum of RGB (Red+Green+Blue) = 118+133+8=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #768508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768508 is #897AF7. Grayscale: #727272. Windows color (decimal): -9009912 or 558454. OLE color: 558454.

HSL color Cylindrical-coordinate representation of color #768508: hue angle of 67.2º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #768508 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 8 -
CMYK 0.11 0 0.94 0.48
HSL 67.2º 0.89% 0.28% -
HSV(B) 67.2º 0.94% 0.52% -
XYZ 15.9 20.64 3.38 -
YUV 114.27 68.03 130.66 -
System Red Green Blue C M Y K H S L
Decimal 118 133 8 0.11 0 0.94 0.48 67.2 0.89 0.28
Hex 76 85 8 B 0 5E 30 43 59 1C
Octal 166 205 10 13 0 136 60 103 131 34
Binary 1110110 10000101 1000 1011 0 1011110 110000 1000011 1011001 11100

Color Harmonies of #768508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768508

Black with #768508

Text Example


Text Example

White with #768508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768508; }

 p { color: rgb(118,133,8); }

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

background-color css

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

 a { background-color: rgb(118,133,8); }

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

border-color css

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

 span { border-color: rgb(118,133,8); }

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