Html Css Color HEX #756902 Olive

📋 copy color: '#756902'

red 117 ◦ green 105 ◦ blue 2

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

Shades of Olive #756902

Tints of Olive #756902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 52.23%
G = 46.88%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#756902 (or 0x756902) is known color: Olive. HEX triplet: 75, 69 and 02. RGB value is (117,105,2). Sum of RGB (Red+Green+Blue) = 117+105+2=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #756902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756902 is #8A96FD. Grayscale: #616161. Windows color (decimal): -9082622 or 158069. OLE color: 158069.

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

Color convert

RGB 117 105 2 -
CMYK 0 0.10 0.98 0.54
HSL 53.74º 0.97% 0.23% -
HSV(B) 53.74º 0.98% 0.46% -
XYZ 12.4 13.89 2.08 -
YUV 96.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 117 105 2 0 0.10 0.98 0.54 53.74 0.97 0.23
Hex 75 69 2 0 A 62 36 36 61 17
Octal 165 151 2 0 12 142 66 66 141 27
Binary 1110101 1101001 10 0 1010 1100010 110110 110110 1100001 10111

Color Harmonies of #756902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756902

Black with #756902

Text Example


Text Example

White with #756902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756902; }

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

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

background-color css

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

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

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

border-color css

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

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

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