Html Css Color HEX #759226 Olive Drab

📋 copy color: '#759226'

red 117 ◦ green 146 ◦ blue 38

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

Shades of Olive Drab #759226

Tints of Olive Drab #759226

RGB

 RED value IS 117 (46.09% from 255) = 38.87%

 GREEN value IS 146 (57.42% from 255) = 48.5%

 BLUE value IS 38 (15.23% from 255) = 12.62%

R = 38.87%
G = 48.5%
B = 12.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#759226 (or 0x759226) is known color: Olive Drab. HEX triplet: 75, 92 and 26. RGB value is (117,146,38). Sum of RGB (Red+Green+Blue) = 117+146+38=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #759226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759226 is #8A6DD9. Grayscale: #7D7D7D. Windows color (decimal): -9072090 or 2527861. OLE color: 2527861.

HSL color Cylindrical-coordinate representation of color #759226: hue angle of 76.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #759226 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 38 -
CMYK 0.20 0 0.74 0.43
HSL 76.11º 0.59% 0.36% -
HSV(B) 76.11º 0.74% 0.57% -
XYZ 17.96 24.48 5.61 -
YUV 125.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 117 146 38 0.20 0 0.74 0.43 76.11 0.59 0.36
Hex 75 92 26 14 0 4A 2B 4C 3B 24
Octal 165 222 46 24 0 112 53 114 73 44
Binary 1110101 10010010 100110 10100 0 1001010 101011 1001100 111011 100100

Color Harmonies of #759226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759226

Black with #759226

Text Example


Text Example

White with #759226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759226; }

 p { color: rgb(117,146,38); }

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

background-color css

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

 a { background-color: rgb(117,146,38); }

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

border-color css

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

 span { border-color: rgb(117,146,38); }

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