Html Css Color HEX #768308 Olive

📋 copy color: '#768308'

red 118 ◦ green 131 ◦ blue 8

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

Shades of Olive #768308

Tints of Olive #768308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.97%

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

R = 45.91%
G = 50.97%
B = 3.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#768308 (or 0x768308) is known color: Olive. HEX triplet: 76, 83 and 08. RGB value is (118,131,8). Sum of RGB (Red+Green+Blue) = 118+131+8=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #768308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768308 is #897CF7. Grayscale: #717171. Windows color (decimal): -9010424 or 557942. OLE color: 557942.

HSL color Cylindrical-coordinate representation of color #768308: hue angle of 66.34º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #768308 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 8 -
CMYK 0.10 0 0.94 0.49
HSL 66.34º 0.88% 0.27% -
HSV(B) 66.34º 0.94% 0.51% -
XYZ 15.63 20.1 3.29 -
YUV 113.09 68.69 131.5 -
System Red Green Blue C M Y K H S L
Decimal 118 131 8 0.10 0 0.94 0.49 66.34 0.88 0.27
Hex 76 83 8 A 0 5E 31 42 58 1B
Octal 166 203 10 12 0 136 61 102 130 33
Binary 1110110 10000011 1000 1010 0 1011110 110001 1000010 1011000 11011

Color Harmonies of #768308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768308

Black with #768308

Text Example


Text Example

White with #768308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768308; }

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

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

background-color css

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

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

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

border-color css

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

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

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