#67916B

Color #67916B Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #67916B

Tints of Laurel #67916B

Color information

#67916B (or 0x67916B) is unknown color: approx Laurel. HEX triplet: 67, 91 and 6B. RGB value is (103,145,107). Sum of RGB (Red+Green+Blue) = 103+145+107=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #67916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67916B is #986E94. Grayscale: #808080. Windows color (decimal): -9989781 or 7049575. OLE color: 7049575.

HSL color Cylindrical-coordinate representation of color #67916B: hue angle of 125.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67916B is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB103145107-
CMYK0.2900.260.43
HSL125.71º16.94%48.63%-
HSV(B)125.71º28.97%56.86%-
XYZ18.3724.217.61-
YUV128.11116.09110.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 145 (57.03% from 255) = 40.85%
BLUE value IS 107 (42.19% from 255) = 30.14%
R=29.01%
G=40.85%
B=30.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031451070.2900.260.43125.7116.9448.63
Hex67916B1D01A2B7e1131
Octal14722115335032531762161
Binary110011110010001110101111101011010101011111111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67916B; }

 p { color: rgb(103,145,107); }

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

<style>
 a { background-color: #67916B; }

 a { background-color: rgb(103,145,107); }

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

<style>
 span { border-color: #67916B; }

 span { border-color: rgb(103,145,107); }

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