Html Css Color HEX #6AAA45 Apple

📋 copy color: '#6AAA45'

red 106 ◦ green 170 ◦ blue 69

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

Shades of Apple #6AAA45

Tints of Apple #6AAA45

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.28%

 BLUE value IS 69 (27.34% from 255) = 20%

R = 30.72%
G = 49.28%
B = 20%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#6AAA45 (or 0x6AAA45) is known color: Apple. HEX triplet: 6A, AA and 45. RGB value is (106,170,69). Sum of RGB (Red+Green+Blue) = 106+170+69=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA45 is #9555BA. Grayscale: #8B8B8B. Windows color (decimal): -9786811 or 4565610. OLE color: 4565610.

HSL color Cylindrical-coordinate representation of color #6AAA45: hue angle of 98.02º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AAA45 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 170 69 -
CMYK 0.38 0 0.59 0.33
HSL 98.02º 0.42% 0.47% -
HSV(B) 98.02º 0.59% 0.67% -
XYZ 21.39 32.24 10.73 -
YUV 139.35 88.3 104.21 -
System Red Green Blue C M Y K H S L
Decimal 106 170 69 0.38 0 0.59 0.33 98.02 0.42 0.47
Hex 6A AA 45 26 0 3B 21 62 2A 2F
Octal 152 252 105 46 0 73 41 142 52 57
Binary 1101010 10101010 1000101 100110 0 111011 100001 1100010 101010 101111

Color Harmonies of #6AAA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA45

Black with #6AAA45

Text Example


Text Example

White with #6AAA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,170,69); }

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

background-color css

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

 a { background-color: rgb(106,170,69); }

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

border-color css

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

 span { border-color: rgb(106,170,69); }

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