Html Css Color HEX #6AAF3A Apple

📋 copy color: '#6AAF3A'

red 106 ◦ green 175 ◦ blue 58

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

Shades of Apple #6AAF3A

Tints of Apple #6AAF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.11%

R = 31.27%
G = 51.62%
B = 17.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#6AAF3A (or 0x6AAF3A) is known color: Apple. HEX triplet: 6A, AF and 3A. RGB value is (106,175,58). Sum of RGB (Red+Green+Blue) = 106+175+58=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAF3A is #9550C5. Grayscale: #8D8D8D. Windows color (decimal): -9785542 or 3845994. OLE color: 3845994.

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

Color convert

RGB 106 175 58 -
CMYK 0.39 0 0.67 0.31
HSL 95.38º 0.5% 0.46% -
HSV(B) 95.38º 0.67% 0.69% -
XYZ 22.04 34.03 9.41 -
YUV 141.03 81.14 103.01 -
System Red Green Blue C M Y K H S L
Decimal 106 175 58 0.39 0 0.67 0.31 95.38 0.5 0.46
Hex 6A AF 3A 27 0 43 1F 5F 32 2E
Octal 152 257 72 47 0 103 37 137 62 56
Binary 1101010 10101111 111010 100111 0 1000011 11111 1011111 110010 101110

Color Harmonies of #6AAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAF3A

Black with #6AAF3A

Text Example


Text Example

White with #6AAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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