Html Css Color HEX #6AA840 Apple

📋 copy color: '#6AA840'

red 106 ◦ green 168 ◦ blue 64

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

Shades of Apple #6AA840

Tints of Apple #6AA840

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.7%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 31.36%
G = 49.7%
B = 18.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#6AA840 (or 0x6AA840) is known color: Apple. HEX triplet: 6A, A8 and 40. RGB value is (106,168,64). Sum of RGB (Red+Green+Blue) = 106+168+64=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 168 - color contains mainly: green. Hex color #6AA840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA840 is #9557BF. Grayscale: #898989. Windows color (decimal): -9787328 or 4237418. OLE color: 4237418.

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

Color convert

RGB 106 168 64 -
CMYK 0.37 0 0.62 0.34
HSL 95.77º 0.45% 0.45% -
HSV(B) 95.77º 0.62% 0.66% -
XYZ 20.87 31.44 9.82 -
YUV 137.61 86.46 105.46 -
System Red Green Blue C M Y K H S L
Decimal 106 168 64 0.37 0 0.62 0.34 95.77 0.45 0.45
Hex 6A A8 40 25 0 3E 22 60 2D 2D
Octal 152 250 100 45 0 76 42 140 55 55
Binary 1101010 10101000 1000000 100101 0 111110 100010 1100000 101101 101101

Color Harmonies of #6AA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA840

Black with #6AA840

Text Example


Text Example

White with #6AA840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,168,64); }

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

background-color css

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

 a { background-color: rgb(106,168,64); }

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

border-color css

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

 span { border-color: rgb(106,168,64); }

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