Html Css Color HEX #6AA141 Apple

📋 copy color: '#6AA141'

red 106 ◦ green 161 ◦ blue 65

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

Shades of Apple #6AA141

Tints of Apple #6AA141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 31.93%
G = 48.49%
B = 19.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#6AA141 (or 0x6AA141) is known color: Apple. HEX triplet: 6A, A1 and 41. RGB value is (106,161,65). Sum of RGB (Red+Green+Blue) = 106+161+65=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA141 is #955EBE. Grayscale: #858585. Windows color (decimal): -9789119 or 4301162. OLE color: 4301162.

HSL color Cylindrical-coordinate representation of color #6AA141: hue angle of 94.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6AA141 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 106 161 65 -
CMYK 0.34 0 0.60 0.37
HSL 94.38º 0.42% 0.44% -
HSV(B) 94.38º 0.6% 0.63% -
XYZ 19.64 28.94 9.55 -
YUV 133.61 89.28 108.31 -
System Red Green Blue C M Y K H S L
Decimal 106 161 65 0.34 0 0.60 0.37 94.38 0.42 0.44
Hex 6A A1 41 22 0 3C 25 5E 2A 2C
Octal 152 241 101 42 0 74 45 136 52 54
Binary 1101010 10100001 1000001 100010 0 111100 100101 1011110 101010 101100

Color Harmonies of #6AA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA141

Black with #6AA141

Text Example


Text Example

White with #6AA141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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