Html Css Color HEX #756D08 Olive

📋 copy color: '#756D08'

red 117 ◦ green 109 ◦ blue 8

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

Shades of Olive #756D08

Tints of Olive #756D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.42%

R = 50%
G = 46.58%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#756D08 (or 0x756D08) is known color: Olive. HEX triplet: 75, 6D and 08. RGB value is (117,109,8). Sum of RGB (Red+Green+Blue) = 117+109+8=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #756D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756D08 is #8A92F7. Grayscale: #646464. Windows color (decimal): -9081592 or 552309. OLE color: 552309.

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

Color convert

RGB 117 109 8 -
CMYK 0 0.07 0.93 0.54
HSL 55.6º 0.87% 0.25% -
HSV(B) 55.6º 0.93% 0.46% -
XYZ 12.85 14.74 2.4 -
YUV 99.88 76.15 140.21 -
System Red Green Blue C M Y K H S L
Decimal 117 109 8 0 0.07 0.93 0.54 55.6 0.87 0.25
Hex 75 6D 8 0 7 5D 36 38 57 19
Octal 165 155 10 0 7 135 66 70 127 31
Binary 1110101 1101101 1000 0 111 1011101 110110 111000 1010111 11001

Color Harmonies of #756D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D08

Black with #756D08

Text Example


Text Example

White with #756D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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