#67B095

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

Shades of Keppel #67B095

Tints of Keppel #67B095

Color information

#67B095 (or 0x67B095) is unknown color: approx Keppel. HEX triplet: 67, B0 and 95. RGB value is (103,176,149). Sum of RGB (Red+Green+Blue) = 103+176+149=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 176 - color contains mainly: green. Hex color #67B095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67B095 is #984F6A. Grayscale: #979797. Windows color (decimal): -9981803 or 9810023. OLE color: 9810023.

HSL color Cylindrical-coordinate representation of color #67B095: hue angle of 157.81º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67B095 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB103176149-
CMYK0.4100.150.31
HSL157.81º31.6%54.71%-
HSV(B)157.81º41.48%69.02%-
XYZ26.5436.134-
YUV151.09126.8293.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.07%
GREEN value IS 176 (69.14% from 255) = 41.12%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=24.07%
G=41.12%
B=34.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031761490.4100.150.31157.8131.654.71
Hex67B095290F1F9e2037
Octal14726022551017372364067
Binary11001111011000010010101101001011111111110011110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67B095; }

 p { color: rgb(103,176,149); }

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

<style>
 a { background-color: #67B095; }

 a { background-color: rgb(103,176,149); }

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

<style>
 span { border-color: #67B095; }

 span { border-color: rgb(103,176,149); }

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