Html Css Color HEX #69A253 Apple

📋 copy color: '#69A253'

red 105 ◦ green 162 ◦ blue 83

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

Shades of Apple #69A253

Tints of Apple #69A253

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.29%

 BLUE value IS 83 (32.81% from 255) = 23.71%

R = 30%
G = 46.29%
B = 23.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#69A253 (or 0x69A253) is known color: Apple. HEX triplet: 69, A2 and 53. RGB value is (105,162,83). Sum of RGB (Red+Green+Blue) = 105+162+83=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #69A253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A253 is #965DAC. Grayscale: #888888. Windows color (decimal): -9854381 or 5481065. OLE color: 5481065.

HSL color Cylindrical-coordinate representation of color #69A253: hue angle of 103.29º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69A253 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 162 83 -
CMYK 0.35 0 0.49 0.36
HSL 103.29º 0.32% 0.48% -
HSV(B) 103.29º 0.49% 0.64% -
XYZ 20.31 29.47 12.8 -
YUV 135.95 98.12 105.92 -
System Red Green Blue C M Y K H S L
Decimal 105 162 83 0.35 0 0.49 0.36 103.29 0.32 0.48
Hex 69 A2 53 23 0 31 24 67 20 30
Octal 151 242 123 43 0 61 44 147 40 60
Binary 1101001 10100010 1010011 100011 0 110001 100100 1100111 100000 110000

Color Harmonies of #69A253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A253

Black with #69A253

Text Example


Text Example

White with #69A253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,162,83); }

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

background-color css

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

 a { background-color: rgb(105,162,83); }

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

border-color css

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

 span { border-color: rgb(105,162,83); }

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