Html Css Color HEX #767808 Olive

📋 copy color: '#767808'

red 118 ◦ green 120 ◦ blue 8

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

Shades of Olive #767808

Tints of Olive #767808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.78%

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

R = 47.97%
G = 48.78%
B = 3.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#767808 (or 0x767808) is known color: Olive. HEX triplet: 76, 78 and 08. RGB value is (118,120,8). Sum of RGB (Red+Green+Blue) = 118+120+8=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #767808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767808 is #8987F7. Grayscale: #6B6B6B. Windows color (decimal): -9013240 or 555126. OLE color: 555126.

HSL color Cylindrical-coordinate representation of color #767808: hue angle of 61.07º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #767808 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 120 8 -
CMYK 0.02 0 0.93 0.53
HSL 61.07º 0.88% 0.25% -
HSV(B) 61.07º 0.93% 0.47% -
XYZ 14.23 17.3 2.82 -
YUV 106.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 118 120 8 0.02 0 0.93 0.53 61.07 0.88 0.25
Hex 76 78 8 2 0 5D 35 3D 58 19
Octal 166 170 10 2 0 135 65 75 130 31
Binary 1110110 1111000 1000 10 0 1011101 110101 111101 1011000 11001

Color Harmonies of #767808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767808

Black with #767808

Text Example


Text Example

White with #767808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767808; }

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

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

background-color css

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

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

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

border-color css

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

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

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