Html Css Color HEX #69A643 Apple

📋 copy color: '#69A643'

red 105 ◦ green 166 ◦ blue 67

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

Shades of Apple #69A643

Tints of Apple #69A643

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.11%

 BLUE value IS 67 (26.56% from 255) = 19.82%

R = 31.07%
G = 49.11%
B = 19.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#69A643 (or 0x69A643) is known color: Apple. HEX triplet: 69, A6 and 43. RGB value is (105,166,67). Sum of RGB (Red+Green+Blue) = 105+166+67=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #69A643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A643 is #9659BC. Grayscale: #888888. Windows color (decimal): -9853373 or 4433513. OLE color: 4433513.

HSL color Cylindrical-coordinate representation of color #69A643: hue angle of 96.97º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69A643 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 166 67 -
CMYK 0.37 0 0.60 0.35
HSL 96.97º 0.42% 0.46% -
HSV(B) 96.97º 0.6% 0.65% -
XYZ 20.48 30.68 10.15 -
YUV 136.48 88.79 105.55 -
System Red Green Blue C M Y K H S L
Decimal 105 166 67 0.37 0 0.60 0.35 96.97 0.42 0.46
Hex 69 A6 43 25 0 3C 23 61 2A 2E
Octal 151 246 103 45 0 74 43 141 52 56
Binary 1101001 10100110 1000011 100101 0 111100 100011 1100001 101010 101110

Color Harmonies of #69A643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A643

Black with #69A643

Text Example


Text Example

White with #69A643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,166,67); }

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

background-color css

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

 a { background-color: rgb(105,166,67); }

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

border-color css

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

 span { border-color: rgb(105,166,67); }

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