Html Css Color HEX #69AD3F Apple

📋 copy color: '#69AD3F'

red 105 ◦ green 173 ◦ blue 63

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

Shades of Apple #69AD3F

Tints of Apple #69AD3F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.73%

 BLUE value IS 63 (25% from 255) = 18.48%

R = 30.79%
G = 50.73%
B = 18.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#69AD3F (or 0x69AD3F) is known color: Apple. HEX triplet: 69, AD and 3F. RGB value is (105,173,63). Sum of RGB (Red+Green+Blue) = 105+173+63=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AD3F is #9652C0. Grayscale: #8C8C8C. Windows color (decimal): -9851585 or 4173161. OLE color: 4173161.

HSL color Cylindrical-coordinate representation of color #69AD3F: hue angle of 97.09º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69AD3F is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 173 63 -
CMYK 0.39 0 0.64 0.32
HSL 97.09º 0.47% 0.46% -
HSV(B) 97.09º 0.64% 0.68% -
XYZ 21.67 33.25 9.98 -
YUV 140.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 105 173 63 0.39 0 0.64 0.32 97.09 0.47 0.46
Hex 69 AD 3F 27 0 40 20 61 2F 2E
Octal 151 255 77 47 0 100 40 141 57 56
Binary 1101001 10101101 111111 100111 0 1000000 100000 1100001 101111 101110

Color Harmonies of #69AD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AD3F

Black with #69AD3F

Text Example


Text Example

White with #69AD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,173,63); }

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

background-color css

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

 a { background-color: rgb(105,173,63); }

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

border-color css

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

 span { border-color: rgb(105,173,63); }

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