#629769

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

Shades of Laurel #629769

Tints of Laurel #629769

Color information

#629769 (or 0x629769) is unknown color: approx Laurel. HEX triplet: 62, 97 and 69. RGB value is (98,151,105). Sum of RGB (Red+Green+Blue) = 98+151+105=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #629769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629769 is #9D6896. Grayscale: #828282. Windows color (decimal): -10315927 or 6920034. OLE color: 6920034.

HSL color Cylindrical-coordinate representation of color #629769: hue angle of 127.92º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #629769 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB98151105-
CMYK0.3500.300.41
HSL127.92º21.29%48.82%-
HSV(B)127.92º35.1%59.22%-
XYZ18.6525.7517.35-
YUV129.91113.94105.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.68%
GREEN value IS 151 (59.38% from 255) = 42.66%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=27.68%
G=42.66%
B=29.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981511050.3500.300.41127.9221.2948.82
Hex6297692301E29801531
Octal14222715143036512002561
Binary11000101001011111010011000110111101010011000000010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629769; }

 p { color: rgb(98,151,105); }

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

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

 a { background-color: rgb(98,151,105); }

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

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

 span { border-color: rgb(98,151,105); }

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