Html Css Color HEX #6A992A Limeade

📋 copy color: '#6A992A'

red 106 ◦ green 153 ◦ blue 42

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

Shades of Limeade #6A992A

Tints of Limeade #6A992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.83%

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 35.22%
G = 50.83%
B = 13.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#6A992A (or 0x6A992A) is known color: Limeade. HEX triplet: 6A, 99 and 2A. RGB value is (106,153,42). Sum of RGB (Red+Green+Blue) = 106+153+42=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #6A992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A992A is #9566D5. Grayscale: #7E7E7E. Windows color (decimal): -9791190 or 2791786. OLE color: 2791786.

HSL color Cylindrical-coordinate representation of color #6A992A: hue angle of 85.41º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A992A is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 153 42 -
CMYK 0.31 0 0.73 0.4
HSL 85.41º 0.57% 0.38% -
HSV(B) 85.41º 0.73% 0.6% -
XYZ 17.75 26.01 6.28 -
YUV 126.29 80.43 113.53 -
System Red Green Blue C M Y K H S L
Decimal 106 153 42 0.31 0 0.73 0.4 85.41 0.57 0.38
Hex 6A 99 2A 1F 0 49 28 55 39 26
Octal 152 231 52 37 0 111 50 125 71 46
Binary 1101010 10011001 101010 11111 0 1001001 101000 1010101 111001 100110

Color Harmonies of #6A992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A992A

Black with #6A992A

Text Example


Text Example

White with #6A992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,153,42); }

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

background-color css

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

 a { background-color: rgb(106,153,42); }

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

border-color css

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

 span { border-color: rgb(106,153,42); }

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