Html Css Color HEX #69A446 Apple

📋 copy color: '#69A446'

red 105 ◦ green 164 ◦ blue 70

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

Shades of Apple #69A446

Tints of Apple #69A446

RGB

 RED value IS 105 (41.41% from 255) = 30.97%

 GREEN value IS 164 (64.45% from 255) = 48.38%

 BLUE value IS 70 (27.73% from 255) = 20.65%

R = 30.97%
G = 48.38%
B = 20.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#69A446 (or 0x69A446) is known color: Apple. HEX triplet: 69, A4 and 46. RGB value is (105,164,70). Sum of RGB (Red+Green+Blue) = 105+164+70=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #69A446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A446 is #965BB9. Grayscale: #878787. Windows color (decimal): -9853882 or 4629609. OLE color: 4629609.

HSL color Cylindrical-coordinate representation of color #69A446: hue angle of 97.66º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69A446 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 164 70 -
CMYK 0.36 0 0.57 0.36
HSL 97.66º 0.4% 0.46% -
HSV(B) 97.66º 0.57% 0.64% -
XYZ 20.21 30 10.52 -
YUV 135.64 90.95 106.14 -
System Red Green Blue C M Y K H S L
Decimal 105 164 70 0.36 0 0.57 0.36 97.66 0.4 0.46
Hex 69 A4 46 24 0 39 24 62 28 2E
Octal 151 244 106 44 0 71 44 142 50 56
Binary 1101001 10100100 1000110 100100 0 111001 100100 1100010 101000 101110

Color Harmonies of #69A446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A446

Black with #69A446

Text Example


Text Example

White with #69A446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A446; }

 p { color: rgb(105,164,70); }

 H1.HeaderClassName
 {
   color: #69A446;
 }
 .AnyTagClassName
 {
   color: #69A446;
 }
</style>

background-color css

<style>
 a { background-color: #69A446; }

 a { background-color: rgb(105,164,70); }

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

border-color css

<style>
 span { border-color: #69A446; }

 span { border-color: rgb(105,164,70); }

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