Html Css Color HEX #6BA150 Apple

📋 copy color: '#6BA150'

red 107 ◦ green 161 ◦ blue 80

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

Shades of Apple #6BA150

Tints of Apple #6BA150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.26%

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

R = 30.75%
G = 46.26%
B = 22.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#6BA150 (or 0x6BA150) is known color: Apple. HEX triplet: 6B, A1 and 50. RGB value is (107,161,80). Sum of RGB (Red+Green+Blue) = 107+161+80=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA150 is #945EAF. Grayscale: #878787. Windows color (decimal): -9723568 or 5284203. OLE color: 5284203.

HSL color Cylindrical-coordinate representation of color #6BA150: hue angle of 100º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BA150 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 161 80 -
CMYK 0.34 0 0.50 0.37
HSL 100º 0.34% 0.47% -
HSV(B) 100º 0.5% 0.63% -
XYZ 20.26 29.19 12.16 -
YUV 135.62 96.61 107.59 -
System Red Green Blue C M Y K H S L
Decimal 107 161 80 0.34 0 0.50 0.37 100 0.34 0.47
Hex 6B A1 50 22 0 32 25 64 22 2F
Octal 153 241 120 42 0 62 45 144 42 57
Binary 1101011 10100001 1010000 100010 0 110010 100101 1100100 100010 101111

Color Harmonies of #6BA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA150

Black with #6BA150

Text Example


Text Example

White with #6BA150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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