Html Css Color HEX #747302 Olive

📋 copy color: '#747302'

red 116 ◦ green 115 ◦ blue 2

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

Shades of Olive #747302

Tints of Olive #747302

RGB

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

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

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

R = 49.79%
G = 49.36%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#747302 (or 0x747302) is known color: Olive. HEX triplet: 74, 73 and 02. RGB value is (116,115,2). Sum of RGB (Red+Green+Blue) = 116+115+2=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #747302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747302 is #8B8CFD. Grayscale: #666666. Windows color (decimal): -9145598 or 160628. OLE color: 160628.

HSL color Cylindrical-coordinate representation of color #747302: hue angle of 59.47º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #747302 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 2 -
CMYK 0 0.01 0.98 0.55
HSL 59.47º 0.97% 0.23% -
HSV(B) 59.47º 0.98% 0.45% -
XYZ 13.34 15.98 2.44 -
YUV 102.42 71.33 137.69 -
System Red Green Blue C M Y K H S L
Decimal 116 115 2 0 0.01 0.98 0.55 59.47 0.97 0.23
Hex 74 73 2 0 1 62 37 3B 61 17
Octal 164 163 2 0 1 142 67 73 141 27
Binary 1110100 1110011 10 0 1 1100010 110111 111011 1100001 10111

Color Harmonies of #747302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747302

Black with #747302

Text Example


Text Example

White with #747302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747302; }

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

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

background-color css

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

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

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

border-color css

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

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

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