Html Css Color HEX #6FA740 Apple

📋 copy color: '#6FA740'

red 111 ◦ green 167 ◦ blue 64

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

Shades of Apple #6FA740

Tints of Apple #6FA740

RGB

 RED value IS 111 (43.75% from 255) = 32.46%

 GREEN value IS 167 (65.63% from 255) = 48.83%

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

R = 32.46%
G = 48.83%
B = 18.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#6FA740 (or 0x6FA740) is known color: Apple. HEX triplet: 6F, A7 and 40. RGB value is (111,167,64). Sum of RGB (Red+Green+Blue) = 111+167+64=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA740 is #9058BF. Grayscale: #8A8A8A. Windows color (decimal): -9459904 or 4237167. OLE color: 4237167.

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

Color convert

RGB 111 167 64 -
CMYK 0.34 0 0.62 0.35
HSL 92.62º 0.45% 0.45% -
HSV(B) 92.62º 0.62% 0.65% -
XYZ 21.3 31.39 9.79 -
YUV 138.51 85.95 108.38 -
System Red Green Blue C M Y K H S L
Decimal 111 167 64 0.34 0 0.62 0.35 92.62 0.45 0.45
Hex 6F A7 40 22 0 3E 23 5D 2D 2D
Octal 157 247 100 42 0 76 43 135 55 55
Binary 1101111 10100111 1000000 100010 0 111110 100011 1011101 101101 101101

Color Harmonies of #6FA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA740

Black with #6FA740

Text Example


Text Example

White with #6FA740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,167,64); }

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

background-color css

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

 a { background-color: rgb(111,167,64); }

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

border-color css

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

 span { border-color: rgb(111,167,64); }

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