Html Css Color HEX #6CB040 Apple

📋 copy color: '#6CB040'

red 108 ◦ green 176 ◦ blue 64

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

Shades of Apple #6CB040

Tints of Apple #6CB040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.57%

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

R = 31.03%
G = 50.57%
B = 18.39%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#6CB040 (or 0x6CB040) is known color: Apple. HEX triplet: 6C, B0 and 40. RGB value is (108,176,64). Sum of RGB (Red+Green+Blue) = 108+176+64=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB040 is #934FBF. Grayscale: #8F8F8F. Windows color (decimal): -9654208 or 4239468. OLE color: 4239468.

HSL color Cylindrical-coordinate representation of color #6CB040: hue angle of 96.43º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6CB040 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 176 64 -
CMYK 0.39 0 0.64 0.31
HSL 96.43º 0.47% 0.47% -
HSV(B) 96.43º 0.64% 0.69% -
XYZ 22.64 34.61 10.34 -
YUV 142.9 83.47 103.11 -
System Red Green Blue C M Y K H S L
Decimal 108 176 64 0.39 0 0.64 0.31 96.43 0.47 0.47
Hex 6C B0 40 27 0 40 1F 60 2F 2F
Octal 154 260 100 47 0 100 37 140 57 57
Binary 1101100 10110000 1000000 100111 0 1000000 11111 1100000 101111 101111

Color Harmonies of #6CB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB040

Black with #6CB040

Text Example


Text Example

White with #6CB040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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