Html Css Color HEX #6CA840 Apple

📋 copy color: '#6CA840'

red 108 ◦ green 168 ◦ blue 64

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

Shades of Apple #6CA840

Tints of Apple #6CA840

RGB

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

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

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

R = 31.76%
G = 49.41%
B = 18.82%

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

#6CA840 (or 0x6CA840) is known color: Apple. HEX triplet: 6C, A8 and 40. RGB value is (108,168,64). Sum of RGB (Red+Green+Blue) = 108+168+64=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA840 is #9357BF. Grayscale: #8A8A8A. Windows color (decimal): -9656256 or 4237420. OLE color: 4237420.

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

Color convert

RGB 108 168 64 -
CMYK 0.36 0 0.62 0.34
HSL 94.62º 0.45% 0.45% -
HSV(B) 94.62º 0.62% 0.66% -
XYZ 21.11 31.56 9.83 -
YUV 138.2 86.12 106.46 -
System Red Green Blue C M Y K H S L
Decimal 108 168 64 0.36 0 0.62 0.34 94.62 0.45 0.45
Hex 6C A8 40 24 0 3E 22 5F 2D 2D
Octal 154 250 100 44 0 76 42 137 55 55
Binary 1101100 10101000 1000000 100100 0 111110 100010 1011111 101101 101101

Color Harmonies of #6CA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA840

Black with #6CA840

Text Example


Text Example

White with #6CA840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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