Html Css Color HEX #6CBC2F Apple

📋 copy color: '#6CBC2F'

red 108 ◦ green 188 ◦ blue 47

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

Shades of Apple #6CBC2F

Tints of Apple #6CBC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.7%

R = 31.49%
G = 54.81%
B = 13.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#6CBC2F (or 0x6CBC2F) is known color: Apple. HEX triplet: 6C, BC and 2F. RGB value is (108,188,47). Sum of RGB (Red+Green+Blue) = 108+188+47=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBC2F is #9343D0. Grayscale: #949494. Windows color (decimal): -9651153 or 3128428. OLE color: 3128428.

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

Color convert

RGB 108 188 47 -
CMYK 0.43 0 0.75 0.26
HSL 94.04º 0.6% 0.46% -
HSV(B) 94.04º 0.75% 0.74% -
XYZ 24.68 39.36 8.99 -
YUV 148.01 71 99.46 -
System Red Green Blue C M Y K H S L
Decimal 108 188 47 0.43 0 0.75 0.26 94.04 0.6 0.46
Hex 6C BC 2F 2B 0 4B 1A 5E 3C 2E
Octal 154 274 57 53 0 113 32 136 74 56
Binary 1101100 10111100 101111 101011 0 1001011 11010 1011110 111100 101110

Color Harmonies of #6CBC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBC2F

Black with #6CBC2F

Text Example


Text Example

White with #6CBC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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