Html Css Color HEX #758C06 Olive

📋 copy color: '#758C06'

red 117 ◦ green 140 ◦ blue 6

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

Shades of Olive #758C06

Tints of Olive #758C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.28%

R = 44.49%
G = 53.23%
B = 2.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#758C06 (or 0x758C06) is known color: Olive. HEX triplet: 75, 8C and 06. RGB value is (117,140,6). Sum of RGB (Red+Green+Blue) = 117+140+6=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 140 (55.08% from 255 or 53.23% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 140 - color contains mainly: green. Hex color #758C06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758C06 is #8A73F9. Grayscale: #767676. Windows color (decimal): -9073658 or 429173. OLE color: 429173.

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

Color convert

RGB 117 140 6 -
CMYK 0.16 0 0.96 0.45
HSL 70.3º 0.92% 0.29% -
HSV(B) 70.3º 0.96% 0.55% -
XYZ 16.75 22.55 3.64 -
YUV 117.85 64.88 127.4 -
System Red Green Blue C M Y K H S L
Decimal 117 140 6 0.16 0 0.96 0.45 70.3 0.92 0.29
Hex 75 8C 6 10 0 60 2D 46 5C 1D
Octal 165 214 6 20 0 140 55 106 134 35
Binary 1110101 10001100 110 10000 0 1100000 101101 1000110 1011100 11101

Color Harmonies of #758C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C06

Black with #758C06

Text Example


Text Example

White with #758C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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