Html Css Color HEX #6AAA35 Apple

📋 copy color: '#6AAA35'

red 106 ◦ green 170 ◦ blue 53

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

Shades of Apple #6AAA35

Tints of Apple #6AAA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.11%

R = 32.22%
G = 51.67%
B = 16.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#6AAA35 (or 0x6AAA35) is known color: Apple. HEX triplet: 6A, AA and 35. RGB value is (106,170,53). Sum of RGB (Red+Green+Blue) = 106+170+53=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA35 is #9555CA. Grayscale: #898989. Windows color (decimal): -9786827 or 3517034. OLE color: 3517034.

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

Color convert

RGB 106 170 53 -
CMYK 0.38 0 0.69 0.33
HSL 92.82º 0.52% 0.44% -
HSV(B) 92.82º 0.69% 0.67% -
XYZ 20.96 32.07 8.45 -
YUV 137.53 80.3 105.51 -
System Red Green Blue C M Y K H S L
Decimal 106 170 53 0.38 0 0.69 0.33 92.82 0.52 0.44
Hex 6A AA 35 26 0 45 21 5D 34 2C
Octal 152 252 65 46 0 105 41 135 64 54
Binary 1101010 10101010 110101 100110 0 1000101 100001 1011101 110100 101100

Color Harmonies of #6AAA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA35

Black with #6AAA35

Text Example


Text Example

White with #6AAA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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