Html Css Color HEX #767700 Olive

📋 copy color: '#767700'

red 118 ◦ green 119 ◦ blue 0

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

Shades of Olive #767700

Tints of Olive #767700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.21%

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

R = 49.79%
G = 50.21%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#767700 (or 0x767700) is known color: Olive. HEX triplet: 76, 77 and 00. RGB value is (118,119,0). Sum of RGB (Red+Green+Blue) = 118+119+0=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #767700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767700 is #8988FF. Grayscale: #696969. Windows color (decimal): -9013504 or 30582. OLE color: 30582.

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

Color convert

RGB 118 119 0 -
CMYK 0.01 0 1 0.53
HSL 60.5º 1% 0.23% -
HSV(B) 60.5º 1% 0.47% -
XYZ 14.07 17.05 2.55 -
YUV 105.14 68.67 137.18 -
System Red Green Blue C M Y K H S L
Decimal 118 119 0 0.01 0 1 0.53 60.5 1 0.23
Hex 76 77 0 1 0 64 35 3D 64 17
Octal 166 167 0 1 0 144 65 75 144 27
Binary 1110110 1110111 0 1 0 1100100 110101 111101 1100100 10111

Color Harmonies of #767700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767700

Black with #767700

Text Example


Text Example

White with #767700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767700; }

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

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

background-color css

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

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

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

border-color css

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

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

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