Html Css Color HEX #6A8B10 Olive Drab

📋 copy color: '#6A8B10'

red 106 ◦ green 139 ◦ blue 16

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

Shades of Olive Drab #6A8B10

Tints of Olive Drab #6A8B10

RGB

 RED value IS 106 (41.8% from 255) = 40.61%

 GREEN value IS 139 (54.69% from 255) = 53.26%

 BLUE value IS 16 (6.64% from 255) = 6.13%

R = 40.61%
G = 53.26%
B = 6.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#6A8B10 (or 0x6A8B10) is known color: Olive Drab. HEX triplet: 6A, 8B and 10. RGB value is (106,139,16). Sum of RGB (Red+Green+Blue) = 106+139+16=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #6A8B10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8B10 is #9574EF. Grayscale: #737373. Windows color (decimal): -9794800 or 1084266. OLE color: 1084266.

HSL color Cylindrical-coordinate representation of color #6A8B10: hue angle of 76.1º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A8B10 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 139 16 -
CMYK 0.24 0 0.88 0.45
HSL 76.1º 0.79% 0.3% -
HSV(B) 76.1º 0.88% 0.55% -
XYZ 15.27 21.57 3.85 -
YUV 115.11 72.07 121.5 -
System Red Green Blue C M Y K H S L
Decimal 106 139 16 0.24 0 0.88 0.45 76.1 0.79 0.3
Hex 6A 8B 10 18 0 58 2D 4C 4F 1E
Octal 152 213 20 30 0 130 55 114 117 36
Binary 1101010 10001011 10000 11000 0 1011000 101101 1001100 1001111 11110

Color Harmonies of #6A8B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8B10

Black with #6A8B10

Text Example


Text Example

White with #6A8B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,139,16); }

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

background-color css

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

 a { background-color: rgb(106,139,16); }

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

border-color css

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

 span { border-color: rgb(106,139,16); }

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