#67926E

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

Shades of Laurel #67926E

Tints of Laurel #67926E

Color information

#67926E (or 0x67926E) is unknown color: approx Laurel. HEX triplet: 67, 92 and 6E. RGB value is (103,146,110). Sum of RGB (Red+Green+Blue) = 103+146+110=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #67926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67926E is #986D91. Grayscale: #818181. Windows color (decimal): -9989522 or 7246439. OLE color: 7246439.

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

Color convert

RGB103146110-
CMYK0.2900.250.43
HSL129.77º17.27%48.82%-
HSV(B)129.77º29.45%57.25%-
XYZ18.6924.5718.51-
YUV129.04117.25109.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.69%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=28.69%
G=40.67%
B=30.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031461100.2900.250.43129.7717.2748.82
Hex67926E1D0192B821131
Octal14722215635031532022161
Binary1100111100100101101110111010110011010111000001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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