Html Css Color HEX #6CB248 Apple

📋 copy color: '#6CB248'

red 108 ◦ green 178 ◦ blue 72

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

Shades of Apple #6CB248

Tints of Apple #6CB248

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.72%

 BLUE value IS 72 (28.52% from 255) = 20.11%

R = 30.17%
G = 49.72%
B = 20.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#6CB248 (or 0x6CB248) is known color: Apple. HEX triplet: 6C, B2 and 48. RGB value is (108,178,72). Sum of RGB (Red+Green+Blue) = 108+178+72=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB248 is #934DB7. Grayscale: #919191. Windows color (decimal): -9653688 or 4764268. OLE color: 4764268.

HSL color Cylindrical-coordinate representation of color #6CB248: hue angle of 99.62º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6CB248 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 108 178 72 -
CMYK 0.39 0 0.60 0.30
HSL 99.62º 0.42% 0.49% -
HSV(B) 99.62º 0.6% 0.7% -
XYZ 23.27 35.5 11.76 -
YUV 144.99 86.81 101.62 -
System Red Green Blue C M Y K H S L
Decimal 108 178 72 0.39 0 0.60 0.30 99.62 0.42 0.49
Hex 6C B2 48 27 0 3C 1E 64 2A 31
Octal 154 262 110 47 0 74 36 144 52 61
Binary 1101100 10110010 1001000 100111 0 111100 11110 1100100 101010 110001

Color Harmonies of #6CB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB248

Black with #6CB248

Text Example


Text Example

White with #6CB248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,178,72); }

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

background-color css

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

 a { background-color: rgb(108,178,72); }

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

border-color css

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

 span { border-color: rgb(108,178,72); }

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