Html Css Color HEX #69B550 Apple

📋 copy color: '#69B550'

red 105 ◦ green 181 ◦ blue 80

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

Shades of Apple #69B550

Tints of Apple #69B550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.45%

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 28.69%
G = 49.45%
B = 21.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#69B550 (or 0x69B550) is known color: Apple. HEX triplet: 69, B5 and 50. RGB value is (105,181,80). Sum of RGB (Red+Green+Blue) = 105+181+80=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #69B550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B550 is #964AAF. Grayscale: #939393. Windows color (decimal): -9849520 or 5289321. OLE color: 5289321.

HSL color Cylindrical-coordinate representation of color #69B550: hue angle of 105.15º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69B550 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 181 80 -
CMYK 0.42 0 0.56 0.29
HSL 105.15º 0.41% 0.51% -
HSV(B) 105.15º 0.56% 0.71% -
XYZ 23.8 36.63 13.41 -
YUV 146.76 90.32 98.21 -
System Red Green Blue C M Y K H S L
Decimal 105 181 80 0.42 0 0.56 0.29 105.15 0.41 0.51
Hex 69 B5 50 2A 0 38 1D 69 29 33
Octal 151 265 120 52 0 70 35 151 51 63
Binary 1101001 10110101 1010000 101010 0 111000 11101 1101001 101001 110011

Color Harmonies of #69B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B550

Black with #69B550

Text Example


Text Example

White with #69B550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,181,80); }

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

background-color css

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

 a { background-color: rgb(105,181,80); }

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

border-color css

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

 span { border-color: rgb(105,181,80); }

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