Html Css Color HEX #6D760A Olive

📋 copy color: '#6D760A'

red 109 ◦ green 118 ◦ blue 10

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

Shades of Olive #6D760A

Tints of Olive #6D760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.79%

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

R = 45.99%
G = 49.79%
B = 4.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#6D760A (or 0x6D760A) is known color: Olive. HEX triplet: 6D, 76 and 0A. RGB value is (109,118,10). Sum of RGB (Red+Green+Blue) = 109+118+10=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #6D760A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D760A is #9289F5. Grayscale: #676767. Windows color (decimal): -9603574 or 685677. OLE color: 685677.

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

Color convert

RGB 109 118 10 -
CMYK 0.08 0 0.92 0.54
HSL 65º 0.84% 0.25% -
HSV(B) 65º 0.92% 0.46% -
XYZ 12.84 16.23 2.74 -
YUV 103 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 109 118 10 0.08 0 0.92 0.54 65 0.84 0.25
Hex 6D 76 A 8 0 5C 36 41 54 19
Octal 155 166 12 10 0 134 66 101 124 31
Binary 1101101 1110110 1010 1000 0 1011100 110110 1000001 1010100 11001

Color Harmonies of #6D760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D760A

Black with #6D760A

Text Example


Text Example

White with #6D760A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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