Html Css Color HEX #756D09 Olive

📋 copy color: '#756D09'

red 117 ◦ green 109 ◦ blue 9

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

Shades of Olive #756D09

Tints of Olive #756D09

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.38%

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

R = 49.79%
G = 46.38%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#756D09 (or 0x756D09) is known color: Olive. HEX triplet: 75, 6D and 09. RGB value is (117,109,9). Sum of RGB (Red+Green+Blue) = 117+109+9=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #756D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756D09 is #8A92F6. Grayscale: #646464. Windows color (decimal): -9081591 or 617845. OLE color: 617845.

HSL color Cylindrical-coordinate representation of color #756D09: hue angle of 55.56º 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 #756D09 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 109 9 -
CMYK 0 0.07 0.92 0.54
HSL 55.56º 0.86% 0.25% -
HSV(B) 55.56º 0.92% 0.46% -
XYZ 12.85 14.74 2.43 -
YUV 99.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 117 109 9 0 0.07 0.92 0.54 55.56 0.86 0.25
Hex 75 6D 9 0 7 5C 36 38 56 19
Octal 165 155 11 0 7 134 66 70 126 31
Binary 1110101 1101101 1001 0 111 1011100 110110 111000 1010110 11001

Color Harmonies of #756D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D09

Black with #756D09

Text Example


Text Example

White with #756D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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