Html Css Color HEX #767201 Olive

📋 copy color: '#767201'

red 118 ◦ green 114 ◦ blue 1

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

Shades of Olive #767201

Tints of Olive #767201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 50.64%
G = 48.93%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#767201 (or 0x767201) is known color: Olive. HEX triplet: 76, 72 and 01. RGB value is (118,114,1). Sum of RGB (Red+Green+Blue) = 118+114+1=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #767201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767201 is #898DFE. Grayscale: #666666. Windows color (decimal): -9014783 or 94838. OLE color: 94838.

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

Color convert

RGB 118 114 1 -
CMYK 0 0.03 0.99 0.54
HSL 57.95º 0.98% 0.23% -
HSV(B) 57.95º 0.99% 0.46% -
XYZ 13.49 15.89 2.38 -
YUV 102.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 118 114 1 0 0.03 0.99 0.54 57.95 0.98 0.23
Hex 76 72 1 0 3 63 36 3A 62 17
Octal 166 162 1 0 3 143 66 72 142 27
Binary 1110110 1110010 1 0 11 1100011 110110 111010 1100010 10111

Color Harmonies of #767201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767201

Black with #767201

Text Example


Text Example

White with #767201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767201; }

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

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

background-color css

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

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

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

border-color css

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

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

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