Html Css Color HEX #756D06 Olive

📋 copy color: '#756D06'

red 117 ◦ green 109 ◦ blue 6

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

Shades of Olive #756D06

Tints of Olive #756D06

RGB

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

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

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

R = 50.43%
G = 46.98%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#756D06 (or 0x756D06) is known color: Olive. HEX triplet: 75, 6D and 06. RGB value is (117,109,6). Sum of RGB (Red+Green+Blue) = 117+109+6=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #756D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756D06 is #8A92F9. Grayscale: #646464. Windows color (decimal): -9081594 or 421237. OLE color: 421237.

HSL color Cylindrical-coordinate representation of color #756D06: hue angle of 55.68º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #756D06 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 109 6 -
CMYK 0 0.07 0.95 0.54
HSL 55.68º 0.9% 0.24% -
HSV(B) 55.68º 0.95% 0.46% -
XYZ 12.84 14.73 2.34 -
YUV 99.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 117 109 6 0 0.07 0.95 0.54 55.68 0.9 0.24
Hex 75 6D 6 0 7 5F 36 38 5A 18
Octal 165 155 6 0 7 137 66 70 132 30
Binary 1110101 1101101 110 0 111 1011111 110110 111000 1011010 11000

Color Harmonies of #756D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D06

Black with #756D06

Text Example


Text Example

White with #756D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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