Html Css Color HEX #758C07 Olive

📋 copy color: '#758C07'

red 117 ◦ green 140 ◦ blue 7

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

Shades of Olive #758C07

Tints of Olive #758C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.65%

R = 44.32%
G = 53.03%
B = 2.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#758C07 (or 0x758C07) is known color: Olive. HEX triplet: 75, 8C and 07. RGB value is (117,140,7). Sum of RGB (Red+Green+Blue) = 117+140+7=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #758C07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758C07 is #8A73F8. Grayscale: #767676. Windows color (decimal): -9073657 or 494709. OLE color: 494709.

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

Color convert

RGB 117 140 7 -
CMYK 0.16 0 0.95 0.45
HSL 70.38º 0.9% 0.29% -
HSV(B) 70.38º 0.95% 0.55% -
XYZ 16.75 22.55 3.67 -
YUV 117.96 65.38 127.31 -
System Red Green Blue C M Y K H S L
Decimal 117 140 7 0.16 0 0.95 0.45 70.38 0.9 0.29
Hex 75 8C 7 10 0 5F 2D 46 5A 1D
Octal 165 214 7 20 0 137 55 106 132 35
Binary 1110101 10001100 111 10000 0 1011111 101101 1000110 1011010 11101

Color Harmonies of #758C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C07

Black with #758C07

Text Example


Text Example

White with #758C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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