Html Css Color HEX #767402 Olive

📋 copy color: '#767402'

red 118 ◦ green 116 ◦ blue 2

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

Shades of Olive #767402

Tints of Olive #767402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.15%

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

R = 50%
G = 49.15%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#767402 (or 0x767402) is known color: Olive. HEX triplet: 76, 74 and 02. RGB value is (118,116,2). Sum of RGB (Red+Green+Blue) = 118+116+2=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #767402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767402 is #898BFD. Grayscale: #686868. Windows color (decimal): -9014270 or 160886. OLE color: 160886.

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

Color convert

RGB 118 116 2 -
CMYK 0 0.02 0.98 0.54
HSL 58.97º 0.97% 0.24% -
HSV(B) 58.97º 0.98% 0.46% -
XYZ 13.73 16.35 2.49 -
YUV 103.6 70.66 138.27 -
System Red Green Blue C M Y K H S L
Decimal 118 116 2 0 0.02 0.98 0.54 58.97 0.97 0.24
Hex 76 74 2 0 2 62 36 3B 61 18
Octal 166 164 2 0 2 142 66 73 141 30
Binary 1110110 1110100 10 0 10 1100010 110110 111011 1100001 11000

Color Harmonies of #767402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767402

Black with #767402

Text Example


Text Example

White with #767402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767402; }

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

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

background-color css

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

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

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

border-color css

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

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

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