Html Css Color HEX #767800 Olive

📋 copy color: '#767800'

red 118 ◦ green 120 ◦ blue 0

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

Shades of Olive #767800

Tints of Olive #767800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.58%
G = 50.42%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#767800 (or 0x767800) is known color: Olive. HEX triplet: 76, 78 and 00. RGB value is (118,120,0). Sum of RGB (Red+Green+Blue) = 118+120+0=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #767800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767800 is #8987FF. Grayscale: #6A6A6A. Windows color (decimal): -9013248 or 30838. OLE color: 30838.

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

Color convert

RGB 118 120 0 -
CMYK 0.02 0 1 0.53
HSL 61º 1% 0.24% -
HSV(B) 61º 1% 0.47% -
XYZ 14.19 17.28 2.59 -
YUV 105.72 68.34 136.76 -
System Red Green Blue C M Y K H S L
Decimal 118 120 0 0.02 0 1 0.53 61 1 0.24
Hex 76 78 0 2 0 64 35 3D 64 18
Octal 166 170 0 2 0 144 65 75 144 30
Binary 1110110 1111000 0 10 0 1100100 110101 111101 1100100 11000

Color Harmonies of #767800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767800

Black with #767800

Text Example


Text Example

White with #767800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767800; }

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

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

background-color css

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

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

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

border-color css

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

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

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