Html Css Color HEX #6E750D Olive

📋 copy color: '#6E750D'

red 110 ◦ green 117 ◦ blue 13

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

Shades of Olive #6E750D

Tints of Olive #6E750D

RGB

 RED value IS 110 (43.36% from 255) = 45.83%

 GREEN value IS 117 (46.09% from 255) = 48.75%

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

R = 45.83%
G = 48.75%
B = 5.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#6E750D (or 0x6E750D) is known color: Olive. HEX triplet: 6E, 75 and 0D. RGB value is (110,117,13). Sum of RGB (Red+Green+Blue) = 110+117+13=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #6E750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E750D is #918AF2. Grayscale: #676767. Windows color (decimal): -9538291 or 882030. OLE color: 882030.

HSL color Cylindrical-coordinate representation of color #6E750D: hue angle of 64.04º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E750D is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 117 13 -
CMYK 0.06 0 0.89 0.54
HSL 64.04º 0.8% 0.25% -
HSV(B) 64.04º 0.89% 0.46% -
XYZ 12.86 16.07 2.8 -
YUV 103.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 110 117 13 0.06 0 0.89 0.54 64.04 0.8 0.25
Hex 6E 75 D 6 0 59 36 40 50 19
Octal 156 165 15 6 0 131 66 100 120 31
Binary 1101110 1110101 1101 110 0 1011001 110110 1000000 1010000 11001

Color Harmonies of #6E750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E750D

Black with #6E750D

Text Example


Text Example

White with #6E750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E750D; }

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

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

background-color css

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

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

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

border-color css

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

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

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