#6CB19A

Color #6CB19A Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #6CB19A

Tints of Keppel #6CB19A

Color information

#6CB19A (or 0x6CB19A) is unknown color: approx Keppel. HEX triplet: 6C, B1 and 9A. RGB value is (108,177,154). Sum of RGB (Red+Green+Blue) = 108+177+154=439 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.60% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CB19A is #934E65. Grayscale: #999999. Windows color (decimal): -9653862 or 10137964. OLE color: 10137964.

HSL color Cylindrical-coordinate representation of color #6CB19A: hue angle of 160º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB19A is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB108177154-
CMYK0.3900.130.31
HSL160º30.67%55.88%-
HSV(B)160º38.98%69.41%-
XYZ27.7436.9736.24-
YUV153.75128.1495.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.60%
GREEN value IS 177 (69.53% from 255) = 40.32%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=24.60%
G=40.32%
B=35.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081771540.3900.130.3116030.6755.88
Hex6CB19A270D1Fa01f38
Octal15426123247015372403770
Binary1101100101100011001101010011101101111111010000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,177,154); }

 H1.HeaderClassName
 {
   color: #6CB19A;
 }
 .AnyTagClassName
 {
   color: #6CB19A;
 }
</style>
background-color css

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

 a { background-color: rgb(108,177,154); }

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

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

 span { border-color: rgb(108,177,154); }

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