Html Css Color HEX #6BA940 Apple

📋 copy color: '#6BA940'

red 107 ◦ green 169 ◦ blue 64

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

Shades of Apple #6BA940

Tints of Apple #6BA940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.71%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 31.47%
G = 49.71%
B = 18.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#6BA940 (or 0x6BA940) is known color: Apple. HEX triplet: 6B, A9 and 40. RGB value is (107,169,64). Sum of RGB (Red+Green+Blue) = 107+169+64=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA940 is #9456BF. Grayscale: #8A8A8A. Windows color (decimal): -9721536 or 4237675. OLE color: 4237675.

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

Color convert

RGB 107 169 64 -
CMYK 0.37 0 0.62 0.34
HSL 95.43º 0.45% 0.46% -
HSV(B) 95.43º 0.62% 0.66% -
XYZ 21.18 31.87 9.89 -
YUV 138.49 85.96 105.54 -
System Red Green Blue C M Y K H S L
Decimal 107 169 64 0.37 0 0.62 0.34 95.43 0.45 0.46
Hex 6B A9 40 25 0 3E 22 5F 2D 2E
Octal 153 251 100 45 0 76 42 137 55 56
Binary 1101011 10101001 1000000 100101 0 111110 100010 1011111 101101 101110

Color Harmonies of #6BA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA940

Black with #6BA940

Text Example


Text Example

White with #6BA940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,169,64); }

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

background-color css

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

 a { background-color: rgb(107,169,64); }

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

border-color css

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

 span { border-color: rgb(107,169,64); }

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