Html Css Color HEX #767500 Olive

📋 copy color: '#767500'

red 118 ◦ green 117 ◦ blue 0

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

Shades of Olive #767500

Tints of Olive #767500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.79%

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#767500 (or 0x767500) is known color: Olive. HEX triplet: 76, 75 and 00. RGB value is (118,117,0). Sum of RGB (Red+Green+Blue) = 118+117+0=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #767500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767500 is #898AFF. Grayscale: #686868. Windows color (decimal): -9014016 or 30070. OLE color: 30070.

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

Color convert

RGB 118 117 0 -
CMYK 0 0.01 1 0.54
HSL 59.49º 1% 0.23% -
HSV(B) 59.49º 1% 0.46% -
XYZ 13.83 16.57 2.47 -
YUV 103.96 69.33 138.01 -
System Red Green Blue C M Y K H S L
Decimal 118 117 0 0 0.01 1 0.54 59.49 1 0.23
Hex 76 75 0 0 1 64 36 3B 64 17
Octal 166 165 0 0 1 144 66 73 144 27
Binary 1110110 1110101 0 0 1 1100100 110110 111011 1100100 10111

Color Harmonies of #767500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767500

Black with #767500

Text Example


Text Example

White with #767500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767500; }

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

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

background-color css

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

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

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

border-color css

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

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

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