Html Css Color HEX #69AD4C Apple

📋 copy color: '#69AD4C'

red 105 ◦ green 173 ◦ blue 76

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

Shades of Apple #69AD4C

Tints of Apple #69AD4C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.87%

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 29.66%
G = 48.87%
B = 21.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#69AD4C (or 0x69AD4C) is known color: Apple. HEX triplet: 69, AD and 4C. RGB value is (105,173,76). Sum of RGB (Red+Green+Blue) = 105+173+76=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AD4C is #9652B3. Grayscale: #8D8D8D. Windows color (decimal): -9851572 or 5025129. OLE color: 5025129.

HSL color Cylindrical-coordinate representation of color #69AD4C: hue angle of 102.06º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69AD4C is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 173 76 -
CMYK 0.39 0 0.56 0.32
HSL 102.06º 0.39% 0.49% -
HSV(B) 102.06º 0.56% 0.68% -
XYZ 22.07 33.41 12.12 -
YUV 141.61 90.97 101.89 -
System Red Green Blue C M Y K H S L
Decimal 105 173 76 0.39 0 0.56 0.32 102.06 0.39 0.49
Hex 69 AD 4C 27 0 38 20 66 27 31
Octal 151 255 114 47 0 70 40 146 47 61
Binary 1101001 10101101 1001100 100111 0 111000 100000 1100110 100111 110001

Color Harmonies of #69AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AD4C

Black with #69AD4C

Text Example


Text Example

White with #69AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,173,76); }

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

background-color css

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

 a { background-color: rgb(105,173,76); }

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

border-color css

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

 span { border-color: rgb(105,173,76); }

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