Html Css Color HEX #6BA144 Apple

📋 copy color: '#6BA144'

red 107 ◦ green 161 ◦ blue 68

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

Shades of Apple #6BA144

Tints of Apple #6BA144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 31.85%
G = 47.92%
B = 20.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#6BA144 (or 0x6BA144) is known color: Apple. HEX triplet: 6B, A1 and 44. RGB value is (107,161,68). Sum of RGB (Red+Green+Blue) = 107+161+68=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA144 is #945EBB. Grayscale: #868686. Windows color (decimal): -9723580 or 4497771. OLE color: 4497771.

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

Color convert

RGB 107 161 68 -
CMYK 0.34 0 0.58 0.37
HSL 94.84º 0.41% 0.45% -
HSV(B) 94.84º 0.58% 0.63% -
XYZ 19.85 29.03 10.03 -
YUV 134.25 90.61 108.56 -
System Red Green Blue C M Y K H S L
Decimal 107 161 68 0.34 0 0.58 0.37 94.84 0.41 0.45
Hex 6B A1 44 22 0 3A 25 5F 29 2D
Octal 153 241 104 42 0 72 45 137 51 55
Binary 1101011 10100001 1000100 100010 0 111010 100101 1011111 101001 101101

Color Harmonies of #6BA144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA144

Black with #6BA144

Text Example


Text Example

White with #6BA144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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