Html Css Color HEX #6CBD42 Apple

📋 copy color: '#6CBD42'

red 108 ◦ green 189 ◦ blue 66

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

Shades of Apple #6CBD42

Tints of Apple #6CBD42

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.07%

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

R = 29.75%
G = 52.07%
B = 18.18%

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

#6CBD42 (or 0x6CBD42) is known color: Apple. HEX triplet: 6C, BD and 42. RGB value is (108,189,66). Sum of RGB (Red+Green+Blue) = 108+189+66=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBD42 is #9342BD. Grayscale: #979797. Windows color (decimal): -9650878 or 4373868. OLE color: 4373868.

HSL color Cylindrical-coordinate representation of color #6CBD42: hue angle of 99.51º 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 #6CBD42 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 189 66 -
CMYK 0.43 0 0.65 0.26
HSL 99.51º 0.48% 0.5% -
HSV(B) 99.51º 0.65% 0.74% -
XYZ 25.37 39.98 11.53 -
YUV 150.76 80.16 97.5 -
System Red Green Blue C M Y K H S L
Decimal 108 189 66 0.43 0 0.65 0.26 99.51 0.48 0.5
Hex 6C BD 42 2B 0 41 1A 64 30 32
Octal 154 275 102 53 0 101 32 144 60 62
Binary 1101100 10111101 1000010 101011 0 1000001 11010 1100100 110000 110010

Color Harmonies of #6CBD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBD42

Black with #6CBD42

Text Example


Text Example

White with #6CBD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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