Html Css Color HEX #6AAF5E Apple

📋 copy color: '#6AAF5E'

red 106 ◦ green 175 ◦ blue 94

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

Shades of Apple #6AAF5E

Tints of Apple #6AAF5E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.67%

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 28.27%
G = 46.67%
B = 25.07%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#6AAF5E (or 0x6AAF5E) is known color: Apple. HEX triplet: 6A, AF and 5E. RGB value is (106,175,94). Sum of RGB (Red+Green+Blue) = 106+175+94=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAF5E is #9550A1. Grayscale: #919191. Windows color (decimal): -9785506 or 6205290. OLE color: 6205290.

HSL color Cylindrical-coordinate representation of color #6AAF5E: hue angle of 111.11º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AAF5E is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 106 175 94 -
CMYK 0.39 0 0.46 0.31
HSL 111.11º 0.34% 0.53% -
HSV(B) 111.11º 0.46% 0.69% -
XYZ 23.29 34.53 16.03 -
YUV 145.14 99.14 100.09 -
System Red Green Blue C M Y K H S L
Decimal 106 175 94 0.39 0 0.46 0.31 111.11 0.34 0.53
Hex 6A AF 5E 27 0 2E 1F 6F 22 35
Octal 152 257 136 47 0 56 37 157 42 65
Binary 1101010 10101111 1011110 100111 0 101110 11111 1101111 100010 110101

Color Harmonies of #6AAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAF5E

Black with #6AAF5E

Text Example


Text Example

White with #6AAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,175,94); }

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

background-color css

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

 a { background-color: rgb(106,175,94); }

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

border-color css

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

 span { border-color: rgb(106,175,94); }

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