Html Css Color HEX #69A35B Apple

📋 copy color: '#69A35B'

red 105 ◦ green 163 ◦ blue 91

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

Shades of Apple #69A35B

Tints of Apple #69A35B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.4%

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

R = 29.25%
G = 45.4%
B = 25.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#69A35B (or 0x69A35B) is known color: Apple. HEX triplet: 69, A3 and 5B. RGB value is (105,163,91). Sum of RGB (Red+Green+Blue) = 105+163+91=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #69A35B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A35B is #965CA4. Grayscale: #898989. Windows color (decimal): -9854117 or 6005609. OLE color: 6005609.

HSL color Cylindrical-coordinate representation of color #69A35B: hue angle of 108.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69A35B is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 163 91 -
CMYK 0.36 0 0.44 0.36
HSL 108.33º 0.28% 0.5% -
HSV(B) 108.33º 0.44% 0.64% -
XYZ 20.81 29.95 14.58 -
YUV 137.45 101.78 104.85 -
System Red Green Blue C M Y K H S L
Decimal 105 163 91 0.36 0 0.44 0.36 108.33 0.28 0.5
Hex 69 A3 5B 24 0 2C 24 6C 1C 32
Octal 151 243 133 44 0 54 44 154 34 62
Binary 1101001 10100011 1011011 100100 0 101100 100100 1101100 11100 110010

Color Harmonies of #69A35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A35B

Black with #69A35B

Text Example


Text Example

White with #69A35B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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