Html Css Color HEX #758E06 Olive

📋 copy color: '#758E06'

red 117 ◦ green 142 ◦ blue 6

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

Shades of Olive #758E06

Tints of Olive #758E06

RGB

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

 GREEN value IS 142 (55.86% from 255) = 53.58%

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

R = 44.15%
G = 53.58%
B = 2.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#758E06 (or 0x758E06) is known color: Olive. HEX triplet: 75, 8E and 06. RGB value is (117,142,6). Sum of RGB (Red+Green+Blue) = 117+142+6=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #758E06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758E06 is #8A71F9. Grayscale: #777777. Windows color (decimal): -9073146 or 429685. OLE color: 429685.

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

Color convert

RGB 117 142 6 -
CMYK 0.18 0 0.96 0.44
HSL 71.03º 0.92% 0.29% -
HSV(B) 71.03º 0.96% 0.56% -
XYZ 17.04 23.14 3.74 -
YUV 119.02 64.22 126.56 -
System Red Green Blue C M Y K H S L
Decimal 117 142 6 0.18 0 0.96 0.44 71.03 0.92 0.29
Hex 75 8E 6 12 0 60 2C 47 5C 1D
Octal 165 216 6 22 0 140 54 107 134 35
Binary 1110101 10001110 110 10010 0 1100000 101100 1000111 1011100 11101

Color Harmonies of #758E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758E06

Black with #758E06

Text Example


Text Example

White with #758E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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