Html Css Color HEX #6A9128 Olive Drab

📋 copy color: '#6A9128'

red 106 ◦ green 145 ◦ blue 40

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

Shades of Olive Drab #6A9128

Tints of Olive Drab #6A9128

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.83%

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 36.43%
G = 49.83%
B = 13.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#6A9128 (or 0x6A9128) is known color: Olive Drab. HEX triplet: 6A, 91 and 28. RGB value is (106,145,40). Sum of RGB (Red+Green+Blue) = 106+145+40=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #6A9128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9128 is #956ED7. Grayscale: #797979. Windows color (decimal): -9793240 or 2658666. OLE color: 2658666.

HSL color Cylindrical-coordinate representation of color #6A9128: hue angle of 82.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A9128 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 145 40 -
CMYK 0.27 0 0.72 0.43
HSL 82.29º 0.57% 0.36% -
HSV(B) 82.29º 0.72% 0.57% -
XYZ 16.45 23.47 5.67 -
YUV 121.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 106 145 40 0.27 0 0.72 0.43 82.29 0.57 0.36
Hex 6A 91 28 1B 0 48 2B 52 39 24
Octal 152 221 50 33 0 110 53 122 71 44
Binary 1101010 10010001 101000 11011 0 1001000 101011 1010010 111001 100100

Color Harmonies of #6A9128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9128

Black with #6A9128

Text Example


Text Example

White with #6A9128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,145,40); }

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

background-color css

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

 a { background-color: rgb(106,145,40); }

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

border-color css

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

 span { border-color: rgb(106,145,40); }

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