Html Css Color HEX #756702 Olive

📋 copy color: '#756702'

red 117 ◦ green 103 ◦ blue 2

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

Shades of Olive #756702

Tints of Olive #756702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.4%

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

R = 52.7%
G = 46.4%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#756702 (or 0x756702) is known color: Olive. HEX triplet: 75, 67 and 02. RGB value is (117,103,2). Sum of RGB (Red+Green+Blue) = 117+103+2=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #756702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756702 is #8A98FD. Grayscale: #606060. Windows color (decimal): -9083134 or 157557. OLE color: 157557.

HSL color Cylindrical-coordinate representation of color #756702: hue angle of 52.7º 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 #756702 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 2 -
CMYK 0 0.12 0.98 0.54
HSL 52.7º 0.97% 0.23% -
HSV(B) 52.7º 0.98% 0.46% -
XYZ 12.2 13.49 2.02 -
YUV 95.67 75.14 143.21 -
System Red Green Blue C M Y K H S L
Decimal 117 103 2 0 0.12 0.98 0.54 52.7 0.97 0.23
Hex 75 67 2 0 C 62 36 35 61 17
Octal 165 147 2 0 14 142 66 65 141 27
Binary 1110101 1100111 10 0 1100 1100010 110110 110101 1100001 10111

Color Harmonies of #756702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756702

Black with #756702

Text Example


Text Example

White with #756702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756702; }

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

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

background-color css

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

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

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

border-color css

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

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

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