Html Css Color HEX #6CBA42 Apple

📋 copy color: '#6CBA42'

red 108 ◦ green 186 ◦ blue 66

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

Shades of Apple #6CBA42

Tints of Apple #6CBA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.67%

 BLUE value IS 66 (26.17% from 255) = 18.33%

R = 30%
G = 51.67%
B = 18.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#6CBA42 (or 0x6CBA42) is known color: Apple. HEX triplet: 6C, BA and 42. RGB value is (108,186,66). Sum of RGB (Red+Green+Blue) = 108+186+66=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBA42 is #9345BD. Grayscale: #959595. Windows color (decimal): -9651646 or 4373100. OLE color: 4373100.

HSL color Cylindrical-coordinate representation of color #6CBA42: hue angle of 99º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CBA42 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 186 66 -
CMYK 0.42 0 0.65 0.27
HSL 99º 0.48% 0.49% -
HSV(B) 99º 0.65% 0.73% -
XYZ 24.73 38.7 11.32 -
YUV 149 81.16 98.76 -
System Red Green Blue C M Y K H S L
Decimal 108 186 66 0.42 0 0.65 0.27 99 0.48 0.49
Hex 6C BA 42 2A 0 41 1B 63 30 31
Octal 154 272 102 52 0 101 33 143 60 61
Binary 1101100 10111010 1000010 101010 0 1000001 11011 1100011 110000 110001

Color Harmonies of #6CBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBA42

Black with #6CBA42

Text Example


Text Example

White with #6CBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,186,66); }

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

background-color css

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

 a { background-color: rgb(108,186,66); }

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

border-color css

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

 span { border-color: rgb(108,186,66); }

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