Html Css Color HEX #6AA144 Apple

📋 copy color: '#6AA144'

red 106 ◦ green 161 ◦ blue 68

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

Shades of Apple #6AA144

Tints of Apple #6AA144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.06%

 BLUE value IS 68 (26.95% from 255) = 20.3%

R = 31.64%
G = 48.06%
B = 20.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#6AA144 (or 0x6AA144) is known color: Apple. HEX triplet: 6A, A1 and 44. RGB value is (106,161,68). Sum of RGB (Red+Green+Blue) = 106+161+68=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA144 is #955EBB. Grayscale: #868686. Windows color (decimal): -9789116 or 4497770. OLE color: 4497770.

HSL color Cylindrical-coordinate representation of color #6AA144: hue angle of 95.48º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AA144 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 106 161 68 -
CMYK 0.34 0 0.58 0.37
HSL 95.48º 0.41% 0.45% -
HSV(B) 95.48º 0.58% 0.63% -
XYZ 19.73 28.97 10.02 -
YUV 133.95 90.78 108.06 -
System Red Green Blue C M Y K H S L
Decimal 106 161 68 0.34 0 0.58 0.37 95.48 0.41 0.45
Hex 6A A1 44 22 0 3A 25 5F 29 2D
Octal 152 241 104 42 0 72 45 137 51 55
Binary 1101010 10100001 1000100 100010 0 111010 100101 1011111 101001 101101

Color Harmonies of #6AA144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA144

Black with #6AA144

Text Example


Text Example

White with #6AA144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,161,68); }

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

background-color css

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

 a { background-color: rgb(106,161,68); }

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

border-color css

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

 span { border-color: rgb(106,161,68); }

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