#629969

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

Shades of Laurel #629969

Tints of Laurel #629969

Color information

#629969 (or 0x629969) is unknown color: approx Laurel. HEX triplet: 62, 99 and 69. RGB value is (98,153,105). Sum of RGB (Red+Green+Blue) = 98+153+105=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #629969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629969 is #9D6696. Grayscale: #838383. Windows color (decimal): -10315415 or 6920546. OLE color: 6920546.

HSL color Cylindrical-coordinate representation of color #629969: hue angle of 127.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629969 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB98153105-
CMYK0.3600.310.4
HSL127.64º21.91%49.22%-
HSV(B)127.64º35.95%60%-
XYZ18.9826.417.46-
YUV131.08113.28104.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.53%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 105 (41.41% from 255) = 29.49%
R=27.53%
G=42.98%
B=29.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981531050.3600.310.4127.6421.9149.22
Hex6299692401F28801631
Octal14223115144037502002661
Binary11000101001100111010011001000111111010001000000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629969; }

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

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

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

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

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

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

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

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