Html Css Color HEX #799123 Olive Drab

📋 copy color: '#799123'

red 121 ◦ green 145 ◦ blue 35

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

Shades of Olive Drab #799123

Tints of Olive Drab #799123

RGB

 RED value IS 121 (47.66% from 255) = 40.2%

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

 BLUE value IS 35 (14.06% from 255) = 11.63%

R = 40.2%
G = 48.17%
B = 11.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.43

RGB Variations

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

Color information

#799123 (or 0x799123) is known color: Olive Drab. HEX triplet: 79, 91 and 23. RGB value is (121,145,35). Sum of RGB (Red+Green+Blue) = 121+145+35=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #799123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799123 is #866EDC. Grayscale: #7D7D7D. Windows color (decimal): -8810205 or 2331001. OLE color: 2331001.

HSL color Cylindrical-coordinate representation of color #799123: hue angle of 73.09º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #799123 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 145 35 -
CMYK 0.17 0 0.76 0.43
HSL 73.09º 0.61% 0.35% -
HSV(B) 73.09º 0.76% 0.57% -
XYZ 18.31 24.44 5.34 -
YUV 125.28 77.05 124.94 -
System Red Green Blue C M Y K H S L
Decimal 121 145 35 0.17 0 0.76 0.43 73.09 0.61 0.35
Hex 79 91 23 11 0 4C 2B 49 3D 23
Octal 171 221 43 21 0 114 53 111 75 43
Binary 1111001 10010001 100011 10001 0 1001100 101011 1001001 111101 100011

Color Harmonies of #799123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799123

Black with #799123

Text Example


Text Example

White with #799123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799123; }

 p { color: rgb(121,145,35); }

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

background-color css

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

 a { background-color: rgb(121,145,35); }

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

border-color css

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

 span { border-color: rgb(121,145,35); }

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