Html Css Color HEX #756F04 Olive

📋 copy color: '#756F04'

red 117 ◦ green 111 ◦ blue 4

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

Shades of Olive #756F04

Tints of Olive #756F04

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.84%

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 50.43%
G = 47.84%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#756F04 (or 0x756F04) is known color: Olive. HEX triplet: 75, 6F and 04. RGB value is (117,111,4). Sum of RGB (Red+Green+Blue) = 117+111+4=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #756F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F04 is #8A90FB. Grayscale: #656565. Windows color (decimal): -9081084 or 290677. OLE color: 290677.

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

Color convert

RGB 117 111 4 -
CMYK 0 0.05 0.97 0.54
HSL 56.81º 0.93% 0.24% -
HSV(B) 56.81º 0.97% 0.46% -
XYZ 13.04 15.16 2.35 -
YUV 100.6 73.49 139.7 -
System Red Green Blue C M Y K H S L
Decimal 117 111 4 0 0.05 0.97 0.54 56.81 0.93 0.24
Hex 75 6F 4 0 5 61 36 39 5D 18
Octal 165 157 4 0 5 141 66 71 135 30
Binary 1110101 1101111 100 0 101 1100001 110110 111001 1011101 11000

Color Harmonies of #756F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F04

Black with #756F04

Text Example


Text Example

White with #756F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,111,4); }

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

background-color css

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

 a { background-color: rgb(117,111,4); }

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

border-color css

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

 span { border-color: rgb(117,111,4); }

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