Html Css Color HEX #757702 Olive

📋 copy color: '#757702'

red 117 ◦ green 119 ◦ blue 2

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

Shades of Olive #757702

Tints of Olive #757702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50%

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

R = 49.16%
G = 50%
B = 0.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#757702 (or 0x757702) is known color: Olive. HEX triplet: 75, 77 and 02. RGB value is (117,119,2). Sum of RGB (Red+Green+Blue) = 117+119+2=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #757702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757702 is #8A88FD. Grayscale: #696969. Windows color (decimal): -9079038 or 161653. OLE color: 161653.

HSL color Cylindrical-coordinate representation of color #757702: hue angle of 61.03º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #757702 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 2 -
CMYK 0.02 0 0.98 0.53
HSL 61.03º 0.97% 0.24% -
HSV(B) 61.03º 0.98% 0.47% -
XYZ 13.94 16.98 2.6 -
YUV 105.06 69.84 136.51 -
System Red Green Blue C M Y K H S L
Decimal 117 119 2 0.02 0 0.98 0.53 61.03 0.97 0.24
Hex 75 77 2 2 0 62 35 3D 61 18
Octal 165 167 2 2 0 142 65 75 141 30
Binary 1110101 1110111 10 10 0 1100010 110101 111101 1100001 11000

Color Harmonies of #757702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757702

Black with #757702

Text Example


Text Example

White with #757702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757702; }

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

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

background-color css

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

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

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

border-color css

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

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

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