Html Css Color HEX #6A9810 Olive Drab

📋 copy color: '#6A9810'

red 106 ◦ green 152 ◦ blue 16

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

Shades of Olive Drab #6A9810

Tints of Olive Drab #6A9810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.47%

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

R = 38.69%
G = 55.47%
B = 5.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#6A9810 (or 0x6A9810) is known color: Olive Drab. HEX triplet: 6A, 98 and 10. RGB value is (106,152,16). Sum of RGB (Red+Green+Blue) = 106+152+16=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #6A9810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9810 is #9567EF. Grayscale: #7B7B7B. Windows color (decimal): -9791472 or 1087594. OLE color: 1087594.

HSL color Cylindrical-coordinate representation of color #6A9810: hue angle of 80.29º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A9810 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 152 16 -
CMYK 0.30 0 0.89 0.40
HSL 80.29º 0.81% 0.33% -
HSV(B) 80.29º 0.89% 0.6% -
XYZ 17.27 25.56 4.51 -
YUV 122.74 67.76 116.06 -
System Red Green Blue C M Y K H S L
Decimal 106 152 16 0.30 0 0.89 0.40 80.29 0.81 0.33
Hex 6A 98 10 1E 0 59 28 50 51 21
Octal 152 230 20 36 0 131 50 120 121 41
Binary 1101010 10011000 10000 11110 0 1011001 101000 1010000 1010001 100001

Color Harmonies of #6A9810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9810

Black with #6A9810

Text Example


Text Example

White with #6A9810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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