Html Css Color HEX #69AB36 Apple

📋 copy color: '#69AB36'

red 105 ◦ green 171 ◦ blue 54

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

Shades of Apple #69AB36

Tints of Apple #69AB36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.36%

R = 31.82%
G = 51.82%
B = 16.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#69AB36 (or 0x69AB36) is known color: Apple. HEX triplet: 69, AB and 36. RGB value is (105,171,54). Sum of RGB (Red+Green+Blue) = 105+171+54=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AB36 is #9654C9. Grayscale: #8A8A8A. Windows color (decimal): -9852106 or 3582825. OLE color: 3582825.

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

Color convert

RGB 105 171 54 -
CMYK 0.39 0 0.68 0.33
HSL 93.85º 0.52% 0.44% -
HSV(B) 93.85º 0.68% 0.67% -
XYZ 21.05 32.4 8.63 -
YUV 137.93 80.63 104.51 -
System Red Green Blue C M Y K H S L
Decimal 105 171 54 0.39 0 0.68 0.33 93.85 0.52 0.44
Hex 69 AB 36 27 0 44 21 5E 34 2C
Octal 151 253 66 47 0 104 41 136 64 54
Binary 1101001 10101011 110110 100111 0 1000100 100001 1011110 110100 101100

Color Harmonies of #69AB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AB36

Black with #69AB36

Text Example


Text Example

White with #69AB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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