Html Css Color HEX #69C746 Apple

📋 copy color: '#69C746'

red 105 ◦ green 199 ◦ blue 70

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

Shades of Apple #69C746

Tints of Apple #69C746

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.21%

 BLUE value IS 70 (27.73% from 255) = 18.72%

R = 28.07%
G = 53.21%
B = 18.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#69C746 (or 0x69C746) is known color: Apple. HEX triplet: 69, C7 and 46. RGB value is (105,199,70). Sum of RGB (Red+Green+Blue) = 105+199+70=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 199 (78.12% from 255 or 53.21% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 199 - color contains mainly: green. Hex color #69C746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C746 is #9638B9. Grayscale: #9C9C9C. Windows color (decimal): -9844922 or 4638569. OLE color: 4638569.

HSL color Cylindrical-coordinate representation of color #69C746: hue angle of 103.72º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69C746 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 105 199 70 -
CMYK 0.47 0 0.65 0.22
HSL 103.72º 0.54% 0.53% -
HSV(B) 103.72º 0.65% 0.78% -
XYZ 27.35 44.29 12.9 -
YUV 156.19 79.36 91.49 -
System Red Green Blue C M Y K H S L
Decimal 105 199 70 0.47 0 0.65 0.22 103.72 0.54 0.53
Hex 69 C7 46 2F 0 41 16 68 36 35
Octal 151 307 106 57 0 101 26 150 66 65
Binary 1101001 11000111 1000110 101111 0 1000001 10110 1101000 110110 110101

Color Harmonies of #69C746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C746

Black with #69C746

Text Example


Text Example

White with #69C746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,199,70); }

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

background-color css

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

 a { background-color: rgb(105,199,70); }

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

border-color css

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

 span { border-color: rgb(105,199,70); }

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