Html Css Color HEX #758F06 Olive

📋 copy color: '#758F06'

red 117 ◦ green 143 ◦ blue 6

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

Shades of Olive #758F06

Tints of Olive #758F06

RGB

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

 GREEN value IS 143 (56.25% from 255) = 53.76%

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

R = 43.98%
G = 53.76%
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

#758F06 (or 0x758F06) is known color: Olive. HEX triplet: 75, 8F and 06. RGB value is (117,143,6). Sum of RGB (Red+Green+Blue) = 117+143+6=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 143 (56.25% from 255 or 53.76% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 143 - color contains mainly: green. Hex color #758F06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758F06 is #8A70F9. Grayscale: #787878. Windows color (decimal): -9072890 or 429941. OLE color: 429941.

HSL color Cylindrical-coordinate representation of color #758F06: hue angle of 71.39º 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 #758F06 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 143 6 -
CMYK 0.18 0 0.96 0.44
HSL 71.39º 0.92% 0.29% -
HSV(B) 71.39º 0.96% 0.56% -
XYZ 17.19 23.44 3.79 -
YUV 119.61 63.89 126.14 -
System Red Green Blue C M Y K H S L
Decimal 117 143 6 0.18 0 0.96 0.44 71.39 0.92 0.29
Hex 75 8F 6 12 0 60 2C 47 5C 1D
Octal 165 217 6 22 0 140 54 107 134 35
Binary 1110101 10001111 110 10010 0 1100000 101100 1000111 1011100 11101

Color Harmonies of #758F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F06

Black with #758F06

Text Example


Text Example

White with #758F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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