Html Css Color HEX #6CA440 Apple

📋 copy color: '#6CA440'

red 108 ◦ green 164 ◦ blue 64

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

Shades of Apple #6CA440

Tints of Apple #6CA440

RGB

 RED value IS 108 (42.58% from 255) = 32.14%

 GREEN value IS 164 (64.45% from 255) = 48.81%

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

R = 32.14%
G = 48.81%
B = 19.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#6CA440 (or 0x6CA440) is known color: Apple. HEX triplet: 6C, A4 and 40. RGB value is (108,164,64). Sum of RGB (Red+Green+Blue) = 108+164+64=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA440 is #935BBF. Grayscale: #888888. Windows color (decimal): -9657280 or 4236396. OLE color: 4236396.

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

Color convert

RGB 108 164 64 -
CMYK 0.34 0 0.61 0.36
HSL 93.6º 0.44% 0.45% -
HSV(B) 93.6º 0.61% 0.64% -
XYZ 20.39 30.11 9.59 -
YUV 135.86 87.45 108.13 -
System Red Green Blue C M Y K H S L
Decimal 108 164 64 0.34 0 0.61 0.36 93.6 0.44 0.45
Hex 6C A4 40 22 0 3D 24 5E 2C 2D
Octal 154 244 100 42 0 75 44 136 54 55
Binary 1101100 10100100 1000000 100010 0 111101 100100 1011110 101100 101101

Color Harmonies of #6CA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA440

Black with #6CA440

Text Example


Text Example

White with #6CA440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,164,64); }

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

background-color css

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

 a { background-color: rgb(108,164,64); }

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

border-color css

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

 span { border-color: rgb(108,164,64); }

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