Html Css Color HEX #6BA146 Apple

📋 copy color: '#6BA146'

red 107 ◦ green 161 ◦ blue 70

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

Shades of Apple #6BA146

Tints of Apple #6BA146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 31.66%
G = 47.63%
B = 20.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#6BA146 (or 0x6BA146) is known color: Apple. HEX triplet: 6B, A1 and 46. RGB value is (107,161,70). Sum of RGB (Red+Green+Blue) = 107+161+70=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA146 is #945EB9. Grayscale: #868686. Windows color (decimal): -9723578 or 4628843. OLE color: 4628843.

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

Color convert

RGB 107 161 70 -
CMYK 0.34 0 0.57 0.37
HSL 95.6º 0.39% 0.45% -
HSV(B) 95.6º 0.57% 0.63% -
XYZ 19.91 29.06 10.35 -
YUV 134.48 91.61 108.4 -
System Red Green Blue C M Y K H S L
Decimal 107 161 70 0.34 0 0.57 0.37 95.6 0.39 0.45
Hex 6B A1 46 22 0 39 25 60 27 2D
Octal 153 241 106 42 0 71 45 140 47 55
Binary 1101011 10100001 1000110 100010 0 111001 100101 1100000 100111 101101

Color Harmonies of #6BA146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA146

Black with #6BA146

Text Example


Text Example

White with #6BA146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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