Html Css Color HEX #69AE3E Apple

📋 copy color: '#69AE3E'

red 105 ◦ green 174 ◦ blue 62

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

Shades of Apple #69AE3E

Tints of Apple #69AE3E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.03%

 BLUE value IS 62 (24.61% from 255) = 18.18%

R = 30.79%
G = 51.03%
B = 18.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#69AE3E (or 0x69AE3E) is known color: Apple. HEX triplet: 69, AE and 3E. RGB value is (105,174,62). Sum of RGB (Red+Green+Blue) = 105+174+62=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AE3E is #9651C1. Grayscale: #8C8C8C. Windows color (decimal): -9851330 or 4107881. OLE color: 4107881.

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

Color convert

RGB 105 174 62 -
CMYK 0.40 0 0.64 0.32
HSL 96.96º 0.47% 0.46% -
HSV(B) 96.96º 0.64% 0.68% -
XYZ 21.83 33.62 9.9 -
YUV 140.6 83.64 102.61 -
System Red Green Blue C M Y K H S L
Decimal 105 174 62 0.40 0 0.64 0.32 96.96 0.47 0.46
Hex 69 AE 3E 28 0 40 20 61 2F 2E
Octal 151 256 76 50 0 100 40 141 57 56
Binary 1101001 10101110 111110 101000 0 1000000 100000 1100001 101111 101110

Color Harmonies of #69AE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AE3E

Black with #69AE3E

Text Example


Text Example

White with #69AE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,174,62); }

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

background-color css

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

 a { background-color: rgb(105,174,62); }

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

border-color css

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

 span { border-color: rgb(105,174,62); }

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