Html Css Color HEX #69C048 Apple

📋 copy color: '#69C048'

red 105 ◦ green 192 ◦ blue 72

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

Shades of Apple #69C048

Tints of Apple #69C048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 28.46%
G = 52.03%
B = 19.51%

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

#69C048 (or 0x69C048) is known color: Apple. HEX triplet: 69, C0 and 48. RGB value is (105,192,72). Sum of RGB (Red+Green+Blue) = 105+192+72=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #69C048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C048 is #963FB7. Grayscale: #989898. Windows color (decimal): -9846712 or 4767849. OLE color: 4767849.

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

Color convert

RGB 105 192 72 -
CMYK 0.45 0 0.63 0.25
HSL 103.5º 0.49% 0.52% -
HSV(B) 103.5º 0.63% 0.75% -
XYZ 25.85 41.17 12.72 -
YUV 152.31 82.68 94.26 -
System Red Green Blue C M Y K H S L
Decimal 105 192 72 0.45 0 0.63 0.25 103.5 0.49 0.52
Hex 69 C0 48 2D 0 3F 19 68 31 34
Octal 151 300 110 55 0 77 31 150 61 64
Binary 1101001 11000000 1001000 101101 0 111111 11001 1101000 110001 110100

Color Harmonies of #69C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C048

Black with #69C048

Text Example


Text Example

White with #69C048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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