Html Css Color HEX #6A932C Olive Drab

📋 copy color: '#6A932C'

red 106 ◦ green 147 ◦ blue 44

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

Shades of Olive Drab #6A932C

Tints of Olive Drab #6A932C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 35.69%
G = 49.49%
B = 14.81%

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

#6A932C (or 0x6A932C) is known color: Olive Drab. HEX triplet: 6A, 93 and 2C. RGB value is (106,147,44). Sum of RGB (Red+Green+Blue) = 106+147+44=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #6A932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A932C is #956CD3. Grayscale: #7B7B7B. Windows color (decimal): -9792724 or 2921322. OLE color: 2921322.

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

Color convert

RGB 106 147 44 -
CMYK 0.28 0 0.70 0.42
HSL 83.88º 0.54% 0.37% -
HSV(B) 83.88º 0.7% 0.58% -
XYZ 16.83 24.11 6.15 -
YUV 123 83.42 115.88 -
System Red Green Blue C M Y K H S L
Decimal 106 147 44 0.28 0 0.70 0.42 83.88 0.54 0.37
Hex 6A 93 2C 1C 0 46 2A 54 36 25
Octal 152 223 54 34 0 106 52 124 66 45
Binary 1101010 10010011 101100 11100 0 1000110 101010 1010100 110110 100101

Color Harmonies of #6A932C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A932C

Black with #6A932C

Text Example


Text Example

White with #6A932C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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