Html Css Color HEX #6A9910 Olive Drab

📋 copy color: '#6A9910'

red 106 ◦ green 153 ◦ blue 16

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

Shades of Olive Drab #6A9910

Tints of Olive Drab #6A9910

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.64%

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

R = 38.55%
G = 55.64%
B = 5.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#6A9910 (or 0x6A9910) is known color: Olive Drab. HEX triplet: 6A, 99 and 10. RGB value is (106,153,16). Sum of RGB (Red+Green+Blue) = 106+153+16=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9910 is #9566EF. Grayscale: #7B7B7B. Windows color (decimal): -9791216 or 1087850. OLE color: 1087850.

HSL color Cylindrical-coordinate representation of color #6A9910: hue angle of 80.58º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A9910 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 153 16 -
CMYK 0.31 0 0.90 0.4
HSL 80.58º 0.81% 0.33% -
HSV(B) 80.58º 0.9% 0.6% -
XYZ 17.43 25.88 4.57 -
YUV 123.33 67.43 115.64 -
System Red Green Blue C M Y K H S L
Decimal 106 153 16 0.31 0 0.90 0.4 80.58 0.81 0.33
Hex 6A 99 10 1F 0 5A 28 51 51 21
Octal 152 231 20 37 0 132 50 121 121 41
Binary 1101010 10011001 10000 11111 0 1011010 101000 1010001 1010001 100001

Color Harmonies of #6A9910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9910

Black with #6A9910

Text Example


Text Example

White with #6A9910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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