Html Css Color HEX #767C00 Olive

📋 copy color: '#767C00'

red 118 ◦ green 124 ◦ blue 0

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

Shades of Olive #767C00

Tints of Olive #767C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.24%

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

R = 48.76%
G = 51.24%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#767C00 (or 0x767C00) is known color: Olive. HEX triplet: 76, 7C and 00. RGB value is (118,124,0). Sum of RGB (Red+Green+Blue) = 118+124+0=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #767C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767C00 is #8983FF. Grayscale: #6C6C6C. Windows color (decimal): -9012224 or 31862. OLE color: 31862.

HSL color Cylindrical-coordinate representation of color #767C00: hue angle of 62.9º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #767C00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 124 0 -
CMYK 0.05 0 1 0.51
HSL 62.9º 1% 0.24% -
HSV(B) 62.9º 1% 0.49% -
XYZ 14.68 18.27 2.75 -
YUV 108.07 67.01 135.08 -
System Red Green Blue C M Y K H S L
Decimal 118 124 0 0.05 0 1 0.51 62.9 1 0.24
Hex 76 7C 0 5 0 64 33 3F 64 18
Octal 166 174 0 5 0 144 63 77 144 30
Binary 1110110 1111100 0 101 0 1100100 110011 111111 1100100 11000

Color Harmonies of #767C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C00

Black with #767C00

Text Example


Text Example

White with #767C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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