Html Css Color HEX #6BA840 Apple

📋 copy color: '#6BA840'

red 107 ◦ green 168 ◦ blue 64

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

Shades of Apple #6BA840

Tints of Apple #6BA840

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.56%

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

R = 31.56%
G = 49.56%
B = 18.88%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#6BA840 (or 0x6BA840) is known color: Apple. HEX triplet: 6B, A8 and 40. RGB value is (107,168,64). Sum of RGB (Red+Green+Blue) = 107+168+64=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA840 is #9457BF. Grayscale: #8A8A8A. Windows color (decimal): -9721792 or 4237419. OLE color: 4237419.

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

Color convert

RGB 107 168 64 -
CMYK 0.36 0 0.62 0.34
HSL 95.19º 0.45% 0.45% -
HSV(B) 95.19º 0.62% 0.66% -
XYZ 20.99 31.5 9.82 -
YUV 137.91 86.29 105.96 -
System Red Green Blue C M Y K H S L
Decimal 107 168 64 0.36 0 0.62 0.34 95.19 0.45 0.45
Hex 6B A8 40 24 0 3E 22 5F 2D 2D
Octal 153 250 100 44 0 76 42 137 55 55
Binary 1101011 10101000 1000000 100100 0 111110 100010 1011111 101101 101101

Color Harmonies of #6BA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA840

Black with #6BA840

Text Example


Text Example

White with #6BA840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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