Html Css Color HEX #6BB050 Apple

📋 copy color: '#6BB050'

red 107 ◦ green 176 ◦ blue 80

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

Shades of Apple #6BB050

Tints of Apple #6BB050

RGB

 RED value IS 107 (42.19% from 255) = 29.48%

 GREEN value IS 176 (69.14% from 255) = 48.48%

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

R = 29.48%
G = 48.48%
B = 22.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#6BB050 (or 0x6BB050) is known color: Apple. HEX triplet: 6B, B0 and 50. RGB value is (107,176,80). Sum of RGB (Red+Green+Blue) = 107+176+80=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB050 is #944FAF. Grayscale: #909090. Windows color (decimal): -9719728 or 5288043. OLE color: 5288043.

HSL color Cylindrical-coordinate representation of color #6BB050: hue angle of 103.12º 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 #6BB050 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 176 80 -
CMYK 0.39 0 0.55 0.31
HSL 103.13º 0.38% 0.5% -
HSV(B) 103.13º 0.55% 0.69% -
XYZ 23.04 34.76 13.08 -
YUV 144.43 91.64 101.31 -
System Red Green Blue C M Y K H S L
Decimal 107 176 80 0.39 0 0.55 0.31 103.13 0.38 0.5
Hex 6B B0 50 27 0 37 1F 67 26 32
Octal 153 260 120 47 0 67 37 147 46 62
Binary 1101011 10110000 1010000 100111 0 110111 11111 1100111 100110 110010

Color Harmonies of #6BB050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB050

Black with #6BB050

Text Example


Text Example

White with #6BB050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,176,80); }

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

background-color css

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

 a { background-color: rgb(107,176,80); }

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

border-color css

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

 span { border-color: rgb(107,176,80); }

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