#69B79B

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

Shades of Keppel #69B79B

Tints of Keppel #69B79B

Color information

#69B79B (or 0x69B79B) is unknown color: approx Keppel. HEX triplet: 69, B7 and 9B. RGB value is (105,183,155). Sum of RGB (Red+Green+Blue) = 105+183+155=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #69B79B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B79B is #964864. Grayscale: #9C9C9C. Windows color (decimal): -9848933 or 10205033. OLE color: 10205033.

HSL color Cylindrical-coordinate representation of color #69B79B: hue angle of 158.46º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B79B is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB105183155-
CMYK0.4300.150.28
HSL158.46º35.14%56.47%-
HSV(B)158.46º42.62%71.76%-
XYZ28.6839.2437.07-
YUV156.49127.1691.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.70%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=23.70%
G=41.31%
B=34.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1051831550.4300.150.28158.4635.1456.47
Hex69B79B2B0F1C9e2338
Octal15126723353017342364370
Binary11010011011011110011011101011011111110010011110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B79B; }

 p { color: rgb(105,183,155); }

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

<style>
 a { background-color: #69B79B; }

 a { background-color: rgb(105,183,155); }

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

<style>
 span { border-color: #69B79B; }

 span { border-color: rgb(105,183,155); }

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