Html Css Color HEX #6CA455 Apple

📋 copy color: '#6CA455'

red 108 ◦ green 164 ◦ blue 85

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

Shades of Apple #6CA455

Tints of Apple #6CA455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 30.25%
G = 45.94%
B = 23.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#6CA455 (or 0x6CA455) is known color: Apple. HEX triplet: 6C, A4 and 55. RGB value is (108,164,85). Sum of RGB (Red+Green+Blue) = 108+164+85=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA455 is #935BAA. Grayscale: #8A8A8A. Windows color (decimal): -9657259 or 5612652. OLE color: 5612652.

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

Color convert

RGB 108 164 85 -
CMYK 0.34 0 0.48 0.36
HSL 102.53º 0.32% 0.49% -
HSV(B) 102.53º 0.48% 0.64% -
XYZ 21.1 30.39 13.35 -
YUV 138.25 97.95 106.42 -
System Red Green Blue C M Y K H S L
Decimal 108 164 85 0.34 0 0.48 0.36 102.53 0.32 0.49
Hex 6C A4 55 22 0 30 24 67 20 31
Octal 154 244 125 42 0 60 44 147 40 61
Binary 1101100 10100100 1010101 100010 0 110000 100100 1100111 100000 110001

Color Harmonies of #6CA455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA455

Black with #6CA455

Text Example


Text Example

White with #6CA455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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