Html Css Color HEX #6A942D Olive Drab

📋 copy color: '#6A942D'

red 106 ◦ green 148 ◦ blue 45

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

Shades of Olive Drab #6A942D

Tints of Olive Drab #6A942D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.05%

R = 35.45%
G = 49.5%
B = 15.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#6A942D (or 0x6A942D) is known color: Olive Drab. HEX triplet: 6A, 94 and 2D. RGB value is (106,148,45). Sum of RGB (Red+Green+Blue) = 106+148+45=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #6A942D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A942D is #956BD2. Grayscale: #7C7C7C. Windows color (decimal): -9792467 or 2987114. OLE color: 2987114.

HSL color Cylindrical-coordinate representation of color #6A942D: hue angle of 84.47º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A942D is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 148 45 -
CMYK 0.28 0 0.70 0.42
HSL 84.47º 0.53% 0.38% -
HSV(B) 84.47º 0.7% 0.58% -
XYZ 17.01 24.43 6.3 -
YUV 123.7 83.59 115.38 -
System Red Green Blue C M Y K H S L
Decimal 106 148 45 0.28 0 0.70 0.42 84.47 0.53 0.38
Hex 6A 94 2D 1C 0 46 2A 54 35 26
Octal 152 224 55 34 0 106 52 124 65 46
Binary 1101010 10010100 101101 11100 0 1000110 101010 1010100 110101 100110

Color Harmonies of #6A942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A942D

Black with #6A942D

Text Example


Text Example

White with #6A942D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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