Html Css Color HEX #6D740A Olive

📋 copy color: '#6D740A'

red 109 ◦ green 116 ◦ blue 10

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

Shades of Olive #6D740A

Tints of Olive #6D740A

RGB

 RED value IS 109 (42.97% from 255) = 46.38%

 GREEN value IS 116 (45.7% from 255) = 49.36%

 BLUE value IS 10 (4.3% from 255) = 4.26%

R = 46.38%
G = 49.36%
B = 4.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#6D740A (or 0x6D740A) is known color: Olive. HEX triplet: 6D, 74 and 0A. RGB value is (109,116,10). Sum of RGB (Red+Green+Blue) = 109+116+10=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #6D740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D740A is #928BF5. Grayscale: #666666. Windows color (decimal): -9604086 or 685165. OLE color: 685165.

HSL color Cylindrical-coordinate representation of color #6D740A: hue angle of 63.96º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D740A is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 116 10 -
CMYK 0.06 0 0.91 0.55
HSL 63.96º 0.84% 0.25% -
HSV(B) 63.96º 0.91% 0.45% -
XYZ 12.61 15.76 2.67 -
YUV 101.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 109 116 10 0.06 0 0.91 0.55 63.96 0.84 0.25
Hex 6D 74 A 6 0 5B 37 40 54 19
Octal 155 164 12 6 0 133 67 100 124 31
Binary 1101101 1110100 1010 110 0 1011011 110111 1000000 1010100 11001

Color Harmonies of #6D740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D740A

Black with #6D740A

Text Example


Text Example

White with #6D740A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,116,10); }

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

background-color css

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

 a { background-color: rgb(109,116,10); }

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

border-color css

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

 span { border-color: rgb(109,116,10); }

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