Html Css Color HEX #6AA65D Apple

📋 copy color: '#6AA65D'

red 106 ◦ green 166 ◦ blue 93

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

Shades of Apple #6AA65D

Tints of Apple #6AA65D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.48%

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 29.04%
G = 45.48%
B = 25.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#6AA65D (or 0x6AA65D) is known color: Apple. HEX triplet: 6A, A6 and 5D. RGB value is (106,166,93). Sum of RGB (Red+Green+Blue) = 106+166+93=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA65D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA65D is #9559A2. Grayscale: #8B8B8B. Windows color (decimal): -9787811 or 6137450. OLE color: 6137450.

HSL color Cylindrical-coordinate representation of color #6AA65D: hue angle of 109.32º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6AA65D is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 106 166 93 -
CMYK 0.36 0 0.44 0.35
HSL 109.32º 0.29% 0.51% -
HSV(B) 109.32º 0.44% 0.65% -
XYZ 21.56 31.13 15.23 -
YUV 139.74 101.62 103.94 -
System Red Green Blue C M Y K H S L
Decimal 106 166 93 0.36 0 0.44 0.35 109.32 0.29 0.51
Hex 6A A6 5D 24 0 2C 23 6D 1D 33
Octal 152 246 135 44 0 54 43 155 35 63
Binary 1101010 10100110 1011101 100100 0 101100 100011 1101101 11101 110011

Color Harmonies of #6AA65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA65D

Black with #6AA65D

Text Example


Text Example

White with #6AA65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,166,93); }

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

background-color css

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

 a { background-color: rgb(106,166,93); }

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

border-color css

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

 span { border-color: rgb(106,166,93); }

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