Html Css Color HEX #6A9328 Olive Drab

📋 copy color: '#6A9328'

red 106 ◦ green 147 ◦ blue 40

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

Shades of Olive Drab #6A9328

Tints of Olive Drab #6A9328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.17%

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

R = 36.18%
G = 50.17%
B = 13.65%

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

#6A9328 (or 0x6A9328) is known color: Olive Drab. HEX triplet: 6A, 93 and 28. RGB value is (106,147,40). Sum of RGB (Red+Green+Blue) = 106+147+40=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9328 is #956CD7. Grayscale: #7A7A7A. Windows color (decimal): -9792728 or 2659178. OLE color: 2659178.

HSL color Cylindrical-coordinate representation of color #6A9328: hue angle of 82.99º 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 #6A9328 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 147 40 -
CMYK 0.28 0 0.73 0.42
HSL 82.99º 0.57% 0.37% -
HSV(B) 82.99º 0.73% 0.58% -
XYZ 16.76 24.08 5.77 -
YUV 122.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 106 147 40 0.28 0 0.73 0.42 82.99 0.57 0.37
Hex 6A 93 28 1C 0 49 2A 53 39 25
Octal 152 223 50 34 0 111 52 123 71 45
Binary 1101010 10010011 101000 11100 0 1001001 101010 1010011 111001 100101

Color Harmonies of #6A9328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9328

Black with #6A9328

Text Example


Text Example

White with #6A9328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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