Html Css Color HEX #758C0D Olive

📋 copy color: '#758C0D'

red 117 ◦ green 140 ◦ blue 13

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

Shades of Olive #758C0D

Tints of Olive #758C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 43.33%
G = 51.85%
B = 4.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#758C0D (or 0x758C0D) is known color: Olive. HEX triplet: 75, 8C and 0D. RGB value is (117,140,13). Sum of RGB (Red+Green+Blue) = 117+140+13=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #758C0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758C0D is #8A73F2. Grayscale: #777777. Windows color (decimal): -9073651 or 887925. OLE color: 887925.

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

Color convert

RGB 117 140 13 -
CMYK 0.16 0 0.91 0.45
HSL 70.87º 0.83% 0.3% -
HSV(B) 70.87º 0.91% 0.55% -
XYZ 16.79 22.57 3.85 -
YUV 118.65 68.38 126.83 -
System Red Green Blue C M Y K H S L
Decimal 117 140 13 0.16 0 0.91 0.45 70.87 0.83 0.3
Hex 75 8C D 10 0 5B 2D 47 53 1E
Octal 165 214 15 20 0 133 55 107 123 36
Binary 1110101 10001100 1101 10000 0 1011011 101101 1000111 1010011 11110

Color Harmonies of #758C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C0D

Black with #758C0D

Text Example


Text Example

White with #758C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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