Html Css Color HEX #6CBC42 Apple

📋 copy color: '#6CBC42'

red 108 ◦ green 188 ◦ blue 66

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

Shades of Apple #6CBC42

Tints of Apple #6CBC42

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

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

R = 29.83%
G = 51.93%
B = 18.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#6CBC42 (or 0x6CBC42) is known color: Apple. HEX triplet: 6C, BC and 42. RGB value is (108,188,66). Sum of RGB (Red+Green+Blue) = 108+188+66=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBC42 is #9343BD. Grayscale: #969696. Windows color (decimal): -9651134 or 4373612. OLE color: 4373612.

HSL color Cylindrical-coordinate representation of color #6CBC42: hue angle of 99.34º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CBC42 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 188 66 -
CMYK 0.43 0 0.65 0.26
HSL 99.34º 0.48% 0.5% -
HSV(B) 99.34º 0.65% 0.74% -
XYZ 25.15 39.55 11.46 -
YUV 150.17 80.5 97.92 -
System Red Green Blue C M Y K H S L
Decimal 108 188 66 0.43 0 0.65 0.26 99.34 0.48 0.5
Hex 6C BC 42 2B 0 41 1A 63 30 32
Octal 154 274 102 53 0 101 32 143 60 62
Binary 1101100 10111100 1000010 101011 0 1000001 11010 1100011 110000 110010

Color Harmonies of #6CBC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBC42

Black with #6CBC42

Text Example


Text Example

White with #6CBC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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