Html Css Color HEX #739102 Olive

📋 copy color: '#739102'

red 115 ◦ green 145 ◦ blue 2

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

Shades of Olive #739102

Tints of Olive #739102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.34%

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

R = 43.89%
G = 55.34%
B = 0.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#739102 (or 0x739102) is known color: Olive. HEX triplet: 73, 91 and 02. RGB value is (115,145,2). Sum of RGB (Red+Green+Blue) = 115+145+2=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #739102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739102 is #8C6EFD. Grayscale: #787878. Windows color (decimal): -9203454 or 168307. OLE color: 168307.

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

Color convert

RGB 115 145 2 -
CMYK 0.21 0 0.99 0.43
HSL 72.59º 0.97% 0.29% -
HSV(B) 72.59º 0.99% 0.57% -
XYZ 17.21 23.9 3.76 -
YUV 119.73 61.56 124.63 -
System Red Green Blue C M Y K H S L
Decimal 115 145 2 0.21 0 0.99 0.43 72.59 0.97 0.29
Hex 73 91 2 15 0 63 2B 49 61 1D
Octal 163 221 2 25 0 143 53 111 141 35
Binary 1110011 10010001 10 10101 0 1100011 101011 1001001 1100001 11101

Color Harmonies of #739102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739102

Black with #739102

Text Example


Text Example

White with #739102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739102; }

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

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

background-color css

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

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

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

border-color css

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

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

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