Html Css Color HEX #6AA740 Apple

📋 copy color: '#6AA740'

red 106 ◦ green 167 ◦ blue 64

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

Shades of Apple #6AA740

Tints of Apple #6AA740

RGB

 RED value IS 106 (41.8% from 255) = 31.45%

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

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

R = 31.45%
G = 49.55%
B = 18.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#6AA740 (or 0x6AA740) is known color: Apple. HEX triplet: 6A, A7 and 40. RGB value is (106,167,64). Sum of RGB (Red+Green+Blue) = 106+167+64=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 167 (65.62% from 255 or 49.55% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 167 - color contains mainly: green. Hex color #6AA740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA740 is #9558BF. Grayscale: #898989. Windows color (decimal): -9787584 or 4237162. OLE color: 4237162.

HSL color Cylindrical-coordinate representation of color #6AA740: hue angle of 95.53º 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 #6AA740 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 106 167 64 -
CMYK 0.37 0 0.62 0.35
HSL 95.53º 0.45% 0.45% -
HSV(B) 95.53º 0.62% 0.65% -
XYZ 20.69 31.07 9.76 -
YUV 137.02 86.79 105.88 -
System Red Green Blue C M Y K H S L
Decimal 106 167 64 0.37 0 0.62 0.35 95.53 0.45 0.45
Hex 6A A7 40 25 0 3E 23 60 2D 2D
Octal 152 247 100 45 0 76 43 140 55 55
Binary 1101010 10100111 1000000 100101 0 111110 100011 1100000 101101 101101

Color Harmonies of #6AA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA740

Black with #6AA740

Text Example


Text Example

White with #6AA740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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