Html Css Color HEX #756909 Olive

📋 copy color: '#756909'

red 117 ◦ green 105 ◦ blue 9

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

Shades of Olive #756909

Tints of Olive #756909

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.45%

 BLUE value IS 9 (3.91% from 255) = 3.9%

R = 50.65%
G = 45.45%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#756909 (or 0x756909) is known color: Olive. HEX triplet: 75, 69 and 09. RGB value is (117,105,9). Sum of RGB (Red+Green+Blue) = 117+105+9=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #756909 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756909 is #8A96F6. Grayscale: #626262. Windows color (decimal): -9082615 or 616821. OLE color: 616821.

HSL color Cylindrical-coordinate representation of color #756909: hue angle of 53.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #756909 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 9 -
CMYK 0 0.10 0.92 0.54
HSL 53.33º 0.86% 0.25% -
HSV(B) 53.33º 0.92% 0.46% -
XYZ 12.44 13.9 2.29 -
YUV 97.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 117 105 9 0 0.10 0.92 0.54 53.33 0.86 0.25
Hex 75 69 9 0 A 5C 36 35 56 19
Octal 165 151 11 0 12 134 66 65 126 31
Binary 1110101 1101001 1001 0 1010 1011100 110110 110101 1010110 11001

Color Harmonies of #756909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756909

Black with #756909

Text Example


Text Example

White with #756909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756909; }

 p { color: rgb(117,105,9); }

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

background-color css

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

 a { background-color: rgb(117,105,9); }

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

border-color css

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

 span { border-color: rgb(117,105,9); }

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