Html Css Color HEX #747602 Olive

📋 copy color: '#747602'

red 116 ◦ green 118 ◦ blue 2

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

Shades of Olive #747602

Tints of Olive #747602

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

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

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

Color convert

RGB 116 118 2 -
CMYK 0.02 0 0.98 0.54
HSL 61.03º 0.97% 0.24% -
HSV(B) 61.03º 0.98% 0.46% -
XYZ 13.69 16.67 2.55 -
YUV 104.18 70.34 136.43 -
System Red Green Blue C M Y K H S L
Decimal 116 118 2 0.02 0 0.98 0.54 61.03 0.97 0.24
Hex 74 76 2 2 0 62 36 3D 61 18
Octal 164 166 2 2 0 142 66 75 141 30
Binary 1110100 1110110 10 10 0 1100010 110110 111101 1100001 11000

Color Harmonies of #747602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747602

Black with #747602

Text Example


Text Example

White with #747602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747602; }

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

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

background-color css

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

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

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

border-color css

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

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

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