Html Css Color HEX #69C047 Apple

📋 copy color: '#69C047'

red 105 ◦ green 192 ◦ blue 71

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

Shades of Apple #69C047

Tints of Apple #69C047

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.17%

 BLUE value IS 71 (28.13% from 255) = 19.29%

R = 28.53%
G = 52.17%
B = 19.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#69C047 (or 0x69C047) is known color: Apple. HEX triplet: 69, C0 and 47. RGB value is (105,192,71). Sum of RGB (Red+Green+Blue) = 105+192+71=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #69C047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C047 is #963FB8. Grayscale: #989898. Windows color (decimal): -9846713 or 4702313. OLE color: 4702313.

HSL color Cylindrical-coordinate representation of color #69C047: hue angle of 103.14º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69C047 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 192 71 -
CMYK 0.45 0 0.63 0.25
HSL 103.14º 0.49% 0.52% -
HSV(B) 103.14º 0.63% 0.75% -
XYZ 25.81 41.16 12.54 -
YUV 152.19 82.18 94.34 -
System Red Green Blue C M Y K H S L
Decimal 105 192 71 0.45 0 0.63 0.25 103.14 0.49 0.52
Hex 69 C0 47 2D 0 3F 19 67 31 34
Octal 151 300 107 55 0 77 31 147 61 64
Binary 1101001 11000000 1000111 101101 0 111111 11001 1100111 110001 110100

Color Harmonies of #69C047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C047

Black with #69C047

Text Example


Text Example

White with #69C047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,192,71); }

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

background-color css

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

 a { background-color: rgb(105,192,71); }

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

border-color css

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

 span { border-color: rgb(105,192,71); }

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