Html Css Color HEX #6DA048 Apple

📋 copy color: '#6DA048'

red 109 ◦ green 160 ◦ blue 72

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

Shades of Apple #6DA048

Tints of Apple #6DA048

RGB

 RED value IS 109 (42.97% from 255) = 31.96%

 GREEN value IS 160 (62.89% from 255) = 46.92%

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

R = 31.96%
G = 46.92%
B = 21.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#6DA048 (or 0x6DA048) is known color: Apple. HEX triplet: 6D, A0 and 48. RGB value is (109,160,72). Sum of RGB (Red+Green+Blue) = 109+160+72=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA048 is #925FB7. Grayscale: #878787. Windows color (decimal): -9592760 or 4759661. OLE color: 4759661.

HSL color Cylindrical-coordinate representation of color #6DA048: hue angle of 94.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DA048 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 109 160 72 -
CMYK 0.32 0 0.55 0.37
HSL 94.77º 0.38% 0.45% -
HSV(B) 94.77º 0.55% 0.63% -
XYZ 20.05 28.86 10.64 -
YUV 134.72 92.6 109.66 -
System Red Green Blue C M Y K H S L
Decimal 109 160 72 0.32 0 0.55 0.37 94.77 0.38 0.45
Hex 6D A0 48 20 0 37 25 5F 26 2D
Octal 155 240 110 40 0 67 45 137 46 55
Binary 1101101 10100000 1001000 100000 0 110111 100101 1011111 100110 101101

Color Harmonies of #6DA048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA048

Black with #6DA048

Text Example


Text Example

White with #6DA048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DA048; }

 p { color: rgb(109,160,72); }

 H1.HeaderClassName
 {
   color: #6DA048;
 }
 .AnyTagClassName
 {
   color: #6DA048;
 }
</style>

background-color css

<style>
 a { background-color: #6DA048; }

 a { background-color: rgb(109,160,72); }

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

border-color css

<style>
 span { border-color: #6DA048; }

 span { border-color: rgb(109,160,72); }

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