Html Css Color HEX #6A9428 Olive Drab

📋 copy color: '#6A9428'

red 106 ◦ green 148 ◦ blue 40

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

Shades of Olive Drab #6A9428

Tints of Olive Drab #6A9428

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.34%

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

R = 36.05%
G = 50.34%
B = 13.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#6A9428 (or 0x6A9428) is known color: Olive Drab. HEX triplet: 6A, 94 and 28. RGB value is (106,148,40). Sum of RGB (Red+Green+Blue) = 106+148+40=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #6A9428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9428 is #956BD7. Grayscale: #7B7B7B. Windows color (decimal): -9792472 or 2659434. OLE color: 2659434.

HSL color Cylindrical-coordinate representation of color #6A9428: hue angle of 83.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A9428 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 148 40 -
CMYK 0.28 0 0.73 0.42
HSL 83.33º 0.57% 0.37% -
HSV(B) 83.33º 0.73% 0.58% -
XYZ 16.92 24.4 5.83 -
YUV 123.13 81.09 115.78 -
System Red Green Blue C M Y K H S L
Decimal 106 148 40 0.28 0 0.73 0.42 83.33 0.57 0.37
Hex 6A 94 28 1C 0 49 2A 53 39 25
Octal 152 224 50 34 0 111 52 123 71 45
Binary 1101010 10010100 101000 11100 0 1001001 101010 1010011 111001 100101

Color Harmonies of #6A9428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9428

Black with #6A9428

Text Example


Text Example

White with #6A9428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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