Html Css Color HEX #69B55A Apple

📋 copy color: '#69B55A'

red 105 ◦ green 181 ◦ blue 90

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

Shades of Apple #69B55A

Tints of Apple #69B55A

RGB

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

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

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

R = 27.93%
G = 48.14%
B = 23.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#69B55A (or 0x69B55A) is known color: Apple. HEX triplet: 69, B5 and 5A. RGB value is (105,181,90). Sum of RGB (Red+Green+Blue) = 105+181+90=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #69B55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B55A is #964AA5. Grayscale: #949494. Windows color (decimal): -9849510 or 5944681. OLE color: 5944681.

HSL color Cylindrical-coordinate representation of color #69B55A: hue angle of 110.11º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69B55A is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 181 90 -
CMYK 0.42 0 0.50 0.29
HSL 110.11º 0.38% 0.53% -
HSV(B) 110.11º 0.5% 0.71% -
XYZ 24.2 36.79 15.5 -
YUV 147.9 95.32 97.4 -
System Red Green Blue C M Y K H S L
Decimal 105 181 90 0.42 0 0.50 0.29 110.11 0.38 0.53
Hex 69 B5 5A 2A 0 32 1D 6E 26 35
Octal 151 265 132 52 0 62 35 156 46 65
Binary 1101001 10110101 1011010 101010 0 110010 11101 1101110 100110 110101

Color Harmonies of #69B55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B55A

Black with #69B55A

Text Example


Text Example

White with #69B55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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