#67926C

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

Shades of Laurel #67926C

Tints of Laurel #67926C

Color information

#67926C (or 0x67926C) is unknown color: approx Laurel. HEX triplet: 67, 92 and 6C. RGB value is (103,146,108). Sum of RGB (Red+Green+Blue) = 103+146+108=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #67926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67926C is #986D93. Grayscale: #808080. Windows color (decimal): -9989524 or 7115367. OLE color: 7115367.

HSL color Cylindrical-coordinate representation of color #67926C: hue angle of 126.98º 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 #67926C is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB103146108-
CMYK0.2900.260.43
HSL126.98º17.27%48.82%-
HSV(B)126.98º29.45%57.25%-
XYZ18.5824.5217.94-
YUV128.81116.25109.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.85%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=28.85%
G=40.90%
B=30.25%

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
Decimal1031461080.2900.260.43126.9817.2748.82
Hex67926C1D01A2B7f1131
Octal14722215435032531772161
Binary110011110010010110110011101011010101011111111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67926C; }

 p { color: rgb(103,146,108); }

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

<style>
 a { background-color: #67926C; }

 a { background-color: rgb(103,146,108); }

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

<style>
 span { border-color: #67926C; }

 span { border-color: rgb(103,146,108); }

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