Html Css Color HEX #747102 Olive

📋 copy color: '#747102'

red 116 ◦ green 113 ◦ blue 2

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

Shades of Olive #747102

Tints of Olive #747102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.92%

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

R = 50.22%
G = 48.92%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#747102 (or 0x747102) is known color: Olive. HEX triplet: 74, 71 and 02. RGB value is (116,113,2). Sum of RGB (Red+Green+Blue) = 116+113+2=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #747102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747102 is #8B8EFD. Grayscale: #656565. Windows color (decimal): -9146110 or 160116. OLE color: 160116.

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

Color convert

RGB 116 113 2 -
CMYK 0 0.03 0.98 0.55
HSL 58.42º 0.97% 0.23% -
HSV(B) 58.42º 0.98% 0.45% -
XYZ 13.12 15.53 2.36 -
YUV 101.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 116 113 2 0 0.03 0.98 0.55 58.42 0.97 0.23
Hex 74 71 2 0 3 62 37 3A 61 17
Octal 164 161 2 0 3 142 67 72 141 27
Binary 1110100 1110001 10 0 11 1100010 110111 111010 1100001 10111

Color Harmonies of #747102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747102

Black with #747102

Text Example


Text Example

White with #747102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747102; }

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

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

background-color css

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

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

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

border-color css

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

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

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