Html Css Color HEX #759306 Olive

📋 copy color: '#759306'

red 117 ◦ green 147 ◦ blue 6

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

Shades of Olive #759306

Tints of Olive #759306

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.44%

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

R = 43.33%
G = 54.44%
B = 2.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#759306 (or 0x759306) is known color: Olive. HEX triplet: 75, 93 and 06. RGB value is (117,147,6). Sum of RGB (Red+Green+Blue) = 117+147+6=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #759306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759306 is #8A6CF9. Grayscale: #7A7A7A. Windows color (decimal): -9071866 or 430965. OLE color: 430965.

HSL color Cylindrical-coordinate representation of color #759306: hue angle of 72.77º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #759306 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 6 -
CMYK 0.20 0 0.96 0.42
HSL 72.77º 0.92% 0.3% -
HSV(B) 72.77º 0.96% 0.58% -
XYZ 17.8 24.66 3.99 -
YUV 121.96 62.56 124.46 -
System Red Green Blue C M Y K H S L
Decimal 117 147 6 0.20 0 0.96 0.42 72.77 0.92 0.3
Hex 75 93 6 14 0 60 2A 49 5C 1E
Octal 165 223 6 24 0 140 52 111 134 36
Binary 1110101 10010011 110 10100 0 1100000 101010 1001001 1011100 11110

Color Harmonies of #759306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759306

Black with #759306

Text Example


Text Example

White with #759306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759306; }

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

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

background-color css

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

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

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

border-color css

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

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

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