Html Css Color HEX #749802 Olive

📋 copy color: '#749802'

red 116 ◦ green 152 ◦ blue 2

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

Shades of Olive #749802

Tints of Olive #749802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.3%

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

R = 42.96%
G = 56.3%
B = 0.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#749802 (or 0x749802) is known color: Olive. HEX triplet: 74, 98 and 02. RGB value is (116,152,2). Sum of RGB (Red+Green+Blue) = 116+152+2=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #749802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749802 is #8B67FD. Grayscale: #7C7C7C. Windows color (decimal): -9136126 or 170100. OLE color: 170100.

HSL color Cylindrical-coordinate representation of color #749802: hue angle of 74.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #749802 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 2 -
CMYK 0.24 0 0.99 0.40
HSL 74.4º 0.97% 0.3% -
HSV(B) 74.4º 0.99% 0.6% -
XYZ 18.44 26.17 4.14 -
YUV 124.14 59.07 122.2 -
System Red Green Blue C M Y K H S L
Decimal 116 152 2 0.24 0 0.99 0.40 74.4 0.97 0.3
Hex 74 98 2 18 0 63 28 4A 61 1E
Octal 164 230 2 30 0 143 50 112 141 36
Binary 1110100 10011000 10 11000 0 1100011 101000 1001010 1100001 11110

Color Harmonies of #749802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749802

Black with #749802

Text Example


Text Example

White with #749802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749802; }

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

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

background-color css

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

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

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

border-color css

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

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

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