Html Css Color HEX #759A1B Olive Drab

📋 copy color: '#759A1B'

red 117 ◦ green 154 ◦ blue 27

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

Shades of Olive Drab #759A1B

Tints of Olive Drab #759A1B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.68%

 BLUE value IS 27 (10.94% from 255) = 9.06%

R = 39.26%
G = 51.68%
B = 9.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#759A1B (or 0x759A1B) is known color: Olive Drab. HEX triplet: 75, 9A and 1B. RGB value is (117,154,27). Sum of RGB (Red+Green+Blue) = 117+154+27=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 154 (60.55% from 255 or 51.68% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 154 - color contains mainly: green. Hex color #759A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759A1B is #8A65E4. Grayscale: #808080. Windows color (decimal): -9070053 or 1809013. OLE color: 1809013.

HSL color Cylindrical-coordinate representation of color #759A1B: hue angle of 77.48º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #759A1B is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 154 27 -
CMYK 0.24 0 0.82 0.40
HSL 77.48º 0.7% 0.35% -
HSV(B) 77.48º 0.82% 0.6% -
XYZ 19.09 26.97 5.24 -
YUV 128.46 70.74 119.83 -
System Red Green Blue C M Y K H S L
Decimal 117 154 27 0.24 0 0.82 0.40 77.48 0.7 0.35
Hex 75 9A 1B 18 0 52 28 4D 46 23
Octal 165 232 33 30 0 122 50 115 106 43
Binary 1110101 10011010 11011 11000 0 1010010 101000 1001101 1000110 100011

Color Harmonies of #759A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759A1B

Black with #759A1B

Text Example


Text Example

White with #759A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759A1B; }

 p { color: rgb(117,154,27); }

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

background-color css

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

 a { background-color: rgb(117,154,27); }

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

border-color css

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

 span { border-color: rgb(117,154,27); }

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