Html Css Color HEX #69BB49 Apple

📋 copy color: '#69BB49'

red 105 ◦ green 187 ◦ blue 73

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

Shades of Apple #69BB49

Tints of Apple #69BB49

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.23%

 BLUE value IS 73 (28.91% from 255) = 20%

R = 28.77%
G = 51.23%
B = 20%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#69BB49 (or 0x69BB49) is known color: Apple. HEX triplet: 69, BB and 49. RGB value is (105,187,73). Sum of RGB (Red+Green+Blue) = 105+187+73=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BB49 is #9644B6. Grayscale: #959595. Windows color (decimal): -9847991 or 4832105. OLE color: 4832105.

HSL color Cylindrical-coordinate representation of color #69BB49: hue angle of 103.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69BB49 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 187 73 -
CMYK 0.44 0 0.61 0.27
HSL 103.16º 0.46% 0.51% -
HSV(B) 103.16º 0.61% 0.73% -
XYZ 24.8 39.02 12.53 -
YUV 149.49 84.83 96.27 -
System Red Green Blue C M Y K H S L
Decimal 105 187 73 0.44 0 0.61 0.27 103.16 0.46 0.51
Hex 69 BB 49 2C 0 3D 1B 67 2E 33
Octal 151 273 111 54 0 75 33 147 56 63
Binary 1101001 10111011 1001001 101100 0 111101 11011 1100111 101110 110011

Color Harmonies of #69BB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BB49

Black with #69BB49

Text Example


Text Example

White with #69BB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,187,73); }

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

background-color css

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

 a { background-color: rgb(105,187,73); }

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

border-color css

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

 span { border-color: rgb(105,187,73); }

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