Html Css Color HEX #6DB150 Apple

📋 copy color: '#6DB150'

red 109 ◦ green 177 ◦ blue 80

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

Shades of Apple #6DB150

Tints of Apple #6DB150

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.36%

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 29.78%
G = 48.36%
B = 21.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#6DB150 (or 0x6DB150) is known color: Apple. HEX triplet: 6D, B1 and 50. RGB value is (109,177,80). Sum of RGB (Red+Green+Blue) = 109+177+80=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #6DB150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DB150 is #924EAF. Grayscale: #919191. Windows color (decimal): -9588400 or 5288301. OLE color: 5288301.

HSL color Cylindrical-coordinate representation of color #6DB150: hue angle of 102.06º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DB150 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 177 80 -
CMYK 0.38 0 0.55 0.31
HSL 102.06º 0.38% 0.5% -
HSV(B) 102.06º 0.55% 0.69% -
XYZ 23.48 35.27 13.16 -
YUV 145.61 90.97 101.89 -
System Red Green Blue C M Y K H S L
Decimal 109 177 80 0.38 0 0.55 0.31 102.06 0.38 0.5
Hex 6D B1 50 26 0 37 1F 66 26 32
Octal 155 261 120 46 0 67 37 146 46 62
Binary 1101101 10110001 1010000 100110 0 110111 11111 1100110 100110 110010

Color Harmonies of #6DB150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB150

Black with #6DB150

Text Example


Text Example

White with #6DB150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,177,80); }

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

background-color css

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

 a { background-color: rgb(109,177,80); }

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

border-color css

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

 span { border-color: rgb(109,177,80); }

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