Html Css Color HEX #69AF3A Apple

📋 copy color: '#69AF3A'

red 105 ◦ green 175 ◦ blue 58

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

Shades of Apple #69AF3A

Tints of Apple #69AF3A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.78%

 BLUE value IS 58 (23.05% from 255) = 17.16%

R = 31.07%
G = 51.78%
B = 17.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#69AF3A (or 0x69AF3A) is known color: Apple. HEX triplet: 69, AF and 3A. RGB value is (105,175,58). Sum of RGB (Red+Green+Blue) = 105+175+58=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AF3A is #9650C5. Grayscale: #8D8D8D. Windows color (decimal): -9851078 or 3845993. OLE color: 3845993.

HSL color Cylindrical-coordinate representation of color #69AF3A: hue angle of 95.9º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69AF3A is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 175 58 -
CMYK 0.40 0 0.67 0.31
HSL 95.9º 0.5% 0.46% -
HSV(B) 95.9º 0.67% 0.69% -
XYZ 21.92 33.97 9.4 -
YUV 140.73 81.31 102.51 -
System Red Green Blue C M Y K H S L
Decimal 105 175 58 0.40 0 0.67 0.31 95.9 0.5 0.46
Hex 69 AF 3A 28 0 43 1F 60 32 2E
Octal 151 257 72 50 0 103 37 140 62 56
Binary 1101001 10101111 111010 101000 0 1000011 11111 1100000 110010 101110

Color Harmonies of #69AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AF3A

Black with #69AF3A

Text Example


Text Example

White with #69AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,175,58); }

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

background-color css

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

 a { background-color: rgb(105,175,58); }

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

border-color css

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

 span { border-color: rgb(105,175,58); }

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