Html Css Color HEX #69AB40 Apple

📋 copy color: '#69AB40'

red 105 ◦ green 171 ◦ blue 64

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

Shades of Apple #69AB40

Tints of Apple #69AB40

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.29%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 30.88%
G = 50.29%
B = 18.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#69AB40 (or 0x69AB40) is known color: Apple. HEX triplet: 69, AB and 40. RGB value is (105,171,64). Sum of RGB (Red+Green+Blue) = 105+171+64=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AB40 is #9654BF. Grayscale: #8B8B8B. Windows color (decimal): -9852096 or 4238185. OLE color: 4238185.

HSL color Cylindrical-coordinate representation of color #69AB40: hue angle of 97.01º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69AB40 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 171 64 -
CMYK 0.39 0 0.63 0.33
HSL 97.01º 0.46% 0.46% -
HSV(B) 97.01º 0.63% 0.67% -
XYZ 21.31 32.5 10 -
YUV 139.07 85.63 103.7 -
System Red Green Blue C M Y K H S L
Decimal 105 171 64 0.39 0 0.63 0.33 97.01 0.46 0.46
Hex 69 AB 40 27 0 3F 21 61 2E 2E
Octal 151 253 100 47 0 77 41 141 56 56
Binary 1101001 10101011 1000000 100111 0 111111 100001 1100001 101110 101110

Color Harmonies of #69AB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AB40

Black with #69AB40

Text Example


Text Example

White with #69AB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,171,64); }

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

background-color css

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

 a { background-color: rgb(105,171,64); }

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

border-color css

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

 span { border-color: rgb(105,171,64); }

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