Html Css Color HEX #69BC5B Apple

📋 copy color: '#69BC5B'

red 105 ◦ green 188 ◦ blue 91

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

Shades of Apple #69BC5B

Tints of Apple #69BC5B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.96%

 BLUE value IS 91 (35.94% from 255) = 23.7%

R = 27.34%
G = 48.96%
B = 23.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#69BC5B (or 0x69BC5B) is known color: Apple. HEX triplet: 69, BC and 5B. RGB value is (105,188,91). Sum of RGB (Red+Green+Blue) = 105+188+91=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BC5B is #9643A4. Grayscale: #989898. Windows color (decimal): -9847717 or 6012009. OLE color: 6012009.

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

Color convert

RGB 105 188 91 -
CMYK 0.44 0 0.52 0.26
HSL 111.34º 0.42% 0.55% -
HSV(B) 111.34º 0.52% 0.74% -
XYZ 25.7 39.73 16.21 -
YUV 152.13 93.5 94.39 -
System Red Green Blue C M Y K H S L
Decimal 105 188 91 0.44 0 0.52 0.26 111.34 0.42 0.55
Hex 69 BC 5B 2C 0 34 1A 6F 2A 37
Octal 151 274 133 54 0 64 32 157 52 67
Binary 1101001 10111100 1011011 101100 0 110100 11010 1101111 101010 110111

Color Harmonies of #69BC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BC5B

Black with #69BC5B

Text Example


Text Example

White with #69BC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,188,91); }

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

background-color css

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

 a { background-color: rgb(105,188,91); }

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

border-color css

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

 span { border-color: rgb(105,188,91); }

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