Html Css Color HEX #739002 Olive

📋 copy color: '#739002'

red 115 ◦ green 144 ◦ blue 2

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

Shades of Olive #739002

Tints of Olive #739002

RGB

 RED value IS 115 (45.31% from 255) = 44.06%

 GREEN value IS 144 (56.64% from 255) = 55.17%

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

R = 44.06%
G = 55.17%
B = 0.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#739002 (or 0x739002) is known color: Olive. HEX triplet: 73, 90 and 02. RGB value is (115,144,2). Sum of RGB (Red+Green+Blue) = 115+144+2=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #739002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739002 is #8C6FFD. Grayscale: #777777. Windows color (decimal): -9203710 or 168051. OLE color: 168051.

HSL color Cylindrical-coordinate representation of color #739002: hue angle of 72.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #739002 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 144 2 -
CMYK 0.20 0 0.99 0.44
HSL 72.25º 0.97% 0.29% -
HSV(B) 72.25º 0.99% 0.56% -
XYZ 17.05 23.6 3.71 -
YUV 119.14 61.89 125.05 -
System Red Green Blue C M Y K H S L
Decimal 115 144 2 0.20 0 0.99 0.44 72.25 0.97 0.29
Hex 73 90 2 14 0 63 2C 48 61 1D
Octal 163 220 2 24 0 143 54 110 141 35
Binary 1110011 10010000 10 10100 0 1100011 101100 1001000 1100001 11101

Color Harmonies of #739002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739002

Black with #739002

Text Example


Text Example

White with #739002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739002; }

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

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

background-color css

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

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

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

border-color css

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

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

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