Html Css Color HEX #6A9228 Olive Drab

📋 copy color: '#6A9228'

red 106 ◦ green 146 ◦ blue 40

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

Shades of Olive Drab #6A9228

Tints of Olive Drab #6A9228

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50%

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

R = 36.3%
G = 50%
B = 13.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#6A9228 (or 0x6A9228) is known color: Olive Drab. HEX triplet: 6A, 92 and 28. RGB value is (106,146,40). Sum of RGB (Red+Green+Blue) = 106+146+40=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #6A9228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9228 is #956DD7. Grayscale: #7A7A7A. Windows color (decimal): -9792984 or 2658922. OLE color: 2658922.

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

Color convert

RGB 106 146 40 -
CMYK 0.27 0 0.73 0.43
HSL 82.64º 0.57% 0.36% -
HSV(B) 82.64º 0.73% 0.57% -
XYZ 16.61 23.78 5.72 -
YUV 121.96 81.75 116.62 -
System Red Green Blue C M Y K H S L
Decimal 106 146 40 0.27 0 0.73 0.43 82.64 0.57 0.36
Hex 6A 92 28 1B 0 49 2B 53 39 24
Octal 152 222 50 33 0 111 53 123 71 44
Binary 1101010 10010010 101000 11011 0 1001001 101011 1010011 111001 100100

Color Harmonies of #6A9228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9228

Black with #6A9228

Text Example


Text Example

White with #6A9228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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