Html Css Color HEX #757707 Olive

📋 copy color: '#757707'

red 117 ◦ green 119 ◦ blue 7

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

Shades of Olive #757707

Tints of Olive #757707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.88%

R = 48.15%
G = 48.97%
B = 2.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#757707 (or 0x757707) is known color: Olive. HEX triplet: 75, 77 and 07. RGB value is (117,119,7). Sum of RGB (Red+Green+Blue) = 117+119+7=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #757707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757707 is #8A88F8. Grayscale: #6A6A6A. Windows color (decimal): -9079033 or 489333. OLE color: 489333.

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

Color convert

RGB 117 119 7 -
CMYK 0.02 0 0.94 0.53
HSL 61.07º 0.89% 0.25% -
HSV(B) 61.07º 0.94% 0.47% -
XYZ 13.97 16.99 2.74 -
YUV 105.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 117 119 7 0.02 0 0.94 0.53 61.07 0.89 0.25
Hex 75 77 7 2 0 5E 35 3D 59 19
Octal 165 167 7 2 0 136 65 75 131 31
Binary 1110101 1110111 111 10 0 1011110 110101 111101 1011001 11001

Color Harmonies of #757707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757707

Black with #757707

Text Example


Text Example

White with #757707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757707; }

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

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

background-color css

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

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

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

border-color css

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

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

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