Html Css Color HEX #758C1E Olive Drab

📋 copy color: '#758C1E'

red 117 ◦ green 140 ◦ blue 30

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

Shades of Olive Drab #758C1E

Tints of Olive Drab #758C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 40.77%
G = 48.78%
B = 10.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#758C1E (or 0x758C1E) is known color: Olive Drab. HEX triplet: 75, 8C and 1E. RGB value is (117,140,30). Sum of RGB (Red+Green+Blue) = 117+140+30=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 140 - color contains mainly: green. Hex color #758C1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758C1E is #8A73E1. Grayscale: #787878. Windows color (decimal): -9073634 or 2002037. OLE color: 2002037.

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

Color convert

RGB 117 140 30 -
CMYK 0.16 0 0.79 0.45
HSL 72.55º 0.65% 0.33% -
HSV(B) 72.55º 0.79% 0.55% -
XYZ 16.95 22.63 4.7 -
YUV 120.58 76.88 125.44 -
System Red Green Blue C M Y K H S L
Decimal 117 140 30 0.16 0 0.79 0.45 72.55 0.65 0.33
Hex 75 8C 1E 10 0 4F 2D 49 41 21
Octal 165 214 36 20 0 117 55 111 101 41
Binary 1110101 10001100 11110 10000 0 1001111 101101 1001001 1000001 100001

Color Harmonies of #758C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C1E

Black with #758C1E

Text Example


Text Example

White with #758C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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