Html Css Color HEX #767302 Olive

📋 copy color: '#767302'

red 118 ◦ green 115 ◦ blue 2

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

Shades of Olive #767302

Tints of Olive #767302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.94%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 50.21%
G = 48.94%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#767302 (or 0x767302) is known color: Olive. HEX triplet: 76, 73 and 02. RGB value is (118,115,2). Sum of RGB (Red+Green+Blue) = 118+115+2=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #767302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767302 is #898CFD. Grayscale: #676767. Windows color (decimal): -9014526 or 160630. OLE color: 160630.

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

Color convert

RGB 118 115 2 -
CMYK 0 0.03 0.98 0.54
HSL 58.45º 0.97% 0.24% -
HSV(B) 58.45º 0.98% 0.46% -
XYZ 13.61 16.12 2.45 -
YUV 103.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 118 115 2 0 0.03 0.98 0.54 58.45 0.97 0.24
Hex 76 73 2 0 3 62 36 3A 61 18
Octal 166 163 2 0 3 142 66 72 141 30
Binary 1110110 1110011 10 0 11 1100010 110110 111010 1100001 11000

Color Harmonies of #767302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767302

Black with #767302

Text Example


Text Example

White with #767302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767302; }

 p { color: rgb(118,115,2); }

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

background-color css

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

 a { background-color: rgb(118,115,2); }

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

border-color css

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

 span { border-color: rgb(118,115,2); }

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