Html Css Color HEX #758C26 Olive Drab

📋 copy color: '#758C26'

red 117 ◦ green 140 ◦ blue 38

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

Shades of Olive Drab #758C26

Tints of Olive Drab #758C26

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.46%

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

R = 39.66%
G = 47.46%
B = 12.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#758C26 (or 0x758C26) is known color: Olive Drab. HEX triplet: 75, 8C and 26. RGB value is (117,140,38). Sum of RGB (Red+Green+Blue) = 117+140+38=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #758C26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758C26 is #8A73D9. Grayscale: #797979. Windows color (decimal): -9073626 or 2526325. OLE color: 2526325.

HSL color Cylindrical-coordinate representation of color #758C26: hue angle of 73.53º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #758C26 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 140 38 -
CMYK 0.16 0 0.73 0.45
HSL 73.53º 0.57% 0.35% -
HSV(B) 73.53º 0.73% 0.55% -
XYZ 17.06 22.68 5.31 -
YUV 121.5 80.88 124.79 -
System Red Green Blue C M Y K H S L
Decimal 117 140 38 0.16 0 0.73 0.45 73.53 0.57 0.35
Hex 75 8C 26 10 0 49 2D 4A 39 23
Octal 165 214 46 20 0 111 55 112 71 43
Binary 1110101 10001100 100110 10000 0 1001001 101101 1001010 111001 100011

Color Harmonies of #758C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C26

Black with #758C26

Text Example


Text Example

White with #758C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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