Html Css Color HEX #739022 Olive Drab

📋 copy color: '#739022'

red 115 ◦ green 144 ◦ blue 34

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

Shades of Olive Drab #739022

Tints of Olive Drab #739022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.6%

R = 39.25%
G = 49.15%
B = 11.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#739022 (or 0x739022) is known color: Olive Drab. HEX triplet: 73, 90 and 22. RGB value is (115,144,34). Sum of RGB (Red+Green+Blue) = 115+144+34=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #739022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739022 is #8C6FDD. Grayscale: #7B7B7B. Windows color (decimal): -9203678 or 2265203. OLE color: 2265203.

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

Color convert

RGB 115 144 34 -
CMYK 0.20 0 0.76 0.44
HSL 75.82º 0.62% 0.35% -
HSV(B) 75.82º 0.76% 0.56% -
XYZ 17.33 23.71 5.18 -
YUV 122.79 77.89 122.44 -
System Red Green Blue C M Y K H S L
Decimal 115 144 34 0.20 0 0.76 0.44 75.82 0.62 0.35
Hex 73 90 22 14 0 4C 2C 4C 3E 23
Octal 163 220 42 24 0 114 54 114 76 43
Binary 1110011 10010000 100010 10100 0 1001100 101100 1001100 111110 100011

Color Harmonies of #739022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739022

Black with #739022

Text Example


Text Example

White with #739022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739022; }

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

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

background-color css

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

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

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

border-color css

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

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

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