Html Css Color HEX #757E0D Olive

📋 copy color: '#757E0D'

red 117 ◦ green 126 ◦ blue 13

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

Shades of Olive #757E0D

Tints of Olive #757E0D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 49.22%

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 45.7%
G = 49.22%
B = 5.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#757E0D (or 0x757E0D) is known color: Olive. HEX triplet: 75, 7E and 0D. RGB value is (117,126,13). Sum of RGB (Red+Green+Blue) = 117+126+13=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 126 - color contains mainly: green. Hex color #757E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757E0D is #8A81F2. Grayscale: #6E6E6E. Windows color (decimal): -9077235 or 884341. OLE color: 884341.

HSL color Cylindrical-coordinate representation of color #757E0D: hue angle of 64.78º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #757E0D is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 126 13 -
CMYK 0.07 0 0.90 0.51
HSL 64.78º 0.81% 0.27% -
HSV(B) 64.78º 0.9% 0.49% -
XYZ 14.87 18.73 3.21 -
YUV 110.43 73.02 132.69 -
System Red Green Blue C M Y K H S L
Decimal 117 126 13 0.07 0 0.90 0.51 64.78 0.81 0.27
Hex 75 7E D 7 0 5A 33 41 51 1B
Octal 165 176 15 7 0 132 63 101 121 33
Binary 1110101 1111110 1101 111 0 1011010 110011 1000001 1010001 11011

Color Harmonies of #757E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757E0D

Black with #757E0D

Text Example


Text Example

White with #757E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757E0D; }

 p { color: rgb(117,126,13); }

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

background-color css

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

 a { background-color: rgb(117,126,13); }

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

border-color css

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

 span { border-color: rgb(117,126,13); }

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