Html Css Color HEX #767200 Olive

📋 copy color: '#767200'

red 118 ◦ green 114 ◦ blue 0

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

Shades of Olive #767200

Tints of Olive #767200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.14%

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

R = 50.86%
G = 49.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#767200 (or 0x767200) is known color: Olive. HEX triplet: 76, 72 and 00. RGB value is (118,114,0). Sum of RGB (Red+Green+Blue) = 118+114+0=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #767200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767200 is #898DFF. Grayscale: #666666. Windows color (decimal): -9014784 or 29302. OLE color: 29302.

HSL color Cylindrical-coordinate representation of color #767200: hue angle of 57.97º 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 #767200 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 0 -
CMYK 0 0.03 1 0.54
HSL 57.97º 1% 0.23% -
HSV(B) 57.97º 1% 0.46% -
XYZ 13.49 15.89 2.36 -
YUV 102.2 70.33 139.27 -
System Red Green Blue C M Y K H S L
Decimal 118 114 0 0 0.03 1 0.54 57.97 1 0.23
Hex 76 72 0 0 3 64 36 3A 64 17
Octal 166 162 0 0 3 144 66 72 144 27
Binary 1110110 1110010 0 0 11 1100100 110110 111010 1100100 10111

Color Harmonies of #767200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767200

Black with #767200

Text Example


Text Example

White with #767200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767200; }

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

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

background-color css

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

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

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

border-color css

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

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

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