Html Css Color HEX #69AD3C Apple

📋 copy color: '#69AD3C'

red 105 ◦ green 173 ◦ blue 60

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

Shades of Apple #69AD3C

Tints of Apple #69AD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 31.07%
G = 51.18%
B = 17.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#69AD3C (or 0x69AD3C) is known color: Apple. HEX triplet: 69, AD and 3C. RGB value is (105,173,60). Sum of RGB (Red+Green+Blue) = 105+173+60=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AD3C is #9652C3. Grayscale: #8C8C8C. Windows color (decimal): -9851588 or 3976553. OLE color: 3976553.

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

Color convert

RGB 105 173 60 -
CMYK 0.39 0 0.65 0.32
HSL 96.11º 0.48% 0.46% -
HSV(B) 96.11º 0.65% 0.68% -
XYZ 21.58 33.22 9.55 -
YUV 139.79 82.97 103.19 -
System Red Green Blue C M Y K H S L
Decimal 105 173 60 0.39 0 0.65 0.32 96.11 0.48 0.46
Hex 69 AD 3C 27 0 41 20 60 30 2E
Octal 151 255 74 47 0 101 40 140 60 56
Binary 1101001 10101101 111100 100111 0 1000001 100000 1100000 110000 101110

Color Harmonies of #69AD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AD3C

Black with #69AD3C

Text Example


Text Example

White with #69AD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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