Html Css Color HEX #757706 Olive

📋 copy color: '#757706'

red 117 ◦ green 119 ◦ blue 6

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

Shades of Olive #757706

Tints of Olive #757706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.48%

R = 48.35%
G = 49.17%
B = 2.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#757706 (or 0x757706) is known color: Olive. HEX triplet: 75, 77 and 06. RGB value is (117,119,6). Sum of RGB (Red+Green+Blue) = 117+119+6=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #757706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757706 is #8A88F9. Grayscale: #696969. Windows color (decimal): -9079034 or 423797. OLE color: 423797.

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

Color convert

RGB 117 119 6 -
CMYK 0.02 0 0.95 0.53
HSL 61.06º 0.9% 0.25% -
HSV(B) 61.06º 0.95% 0.47% -
XYZ 13.97 16.99 2.72 -
YUV 105.52 71.84 136.19 -
System Red Green Blue C M Y K H S L
Decimal 117 119 6 0.02 0 0.95 0.53 61.06 0.9 0.25
Hex 75 77 6 2 0 5F 35 3D 5A 19
Octal 165 167 6 2 0 137 65 75 132 31
Binary 1110101 1110111 110 10 0 1011111 110101 111101 1011010 11001

Color Harmonies of #757706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757706

Black with #757706

Text Example


Text Example

White with #757706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757706; }

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

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

background-color css

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

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

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

border-color css

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

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

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