Html Css Color HEX #69BB5A Apple

📋 copy color: '#69BB5A'

red 105 ◦ green 187 ◦ blue 90

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

Shades of Apple #69BB5A

Tints of Apple #69BB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.56%

R = 27.49%
G = 48.95%
B = 23.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#69BB5A (or 0x69BB5A) is known color: Apple. HEX triplet: 69, BB and 5A. RGB value is (105,187,90). Sum of RGB (Red+Green+Blue) = 105+187+90=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BB5A is #9644A5. Grayscale: #979797. Windows color (decimal): -9847974 or 5946217. OLE color: 5946217.

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

Color convert

RGB 105 187 90 -
CMYK 0.44 0 0.52 0.27
HSL 110.72º 0.42% 0.54% -
HSV(B) 110.72º 0.52% 0.73% -
XYZ 25.44 39.28 15.91 -
YUV 151.42 93.33 94.89 -
System Red Green Blue C M Y K H S L
Decimal 105 187 90 0.44 0 0.52 0.27 110.72 0.42 0.54
Hex 69 BB 5A 2C 0 34 1B 6F 2A 36
Octal 151 273 132 54 0 64 33 157 52 66
Binary 1101001 10111011 1011010 101100 0 110100 11011 1101111 101010 110110

Color Harmonies of #69BB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BB5A

Black with #69BB5A

Text Example


Text Example

White with #69BB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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