Html Css Color HEX #629468 Laurel

📋 copy color: '#629468'

red 98 ◦ green 148 ◦ blue 104

#629468
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #629468

Tints of Laurel #629468

RGB

 RED value IS 98 (38.67% from 255) = 28%

 GREEN value IS 148 (58.2% from 255) = 42.29%

 BLUE value IS 104 (41.02% from 255) = 29.71%

R = 28%
G = 42.29%
B = 29.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#629468 (or 0x629468) is known color: Laurel. HEX triplet: 62, 94 and 68. RGB value is (98,148,104). Sum of RGB (Red+Green+Blue) = 98+148+104=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #629468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629468 is #9D6B97. Grayscale: #808080. Windows color (decimal): -10316696 or 6853730. OLE color: 6853730.

HSL color Cylindrical-coordinate representation of color #629468: hue angle of 127.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #629468 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 148 104 -
CMYK 0.34 0 0.30 0.42
HSL 127.2º 0.2% 0.48% -
HSV(B) 127.2º 0.34% 0.58% -
XYZ 18.13 24.78 16.92 -
YUV 128.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 98 148 104 0.34 0 0.30 0.42 127.2 0.2 0.48
Hex 62 94 68 22 0 1E 2A 7F 14 30
Octal 142 224 150 42 0 36 52 177 24 60
Binary 1100010 10010100 1101000 100010 0 11110 101010 1111111 10100 110000

Color Harmonies of #629468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629468

Black with #629468

Text Example


Text Example

White with #629468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629468; }

 p { color: rgb(98,148,104); }

 H1.HeaderClassName
 {
   color: #629468;
 }
 .AnyTagClassName
 {
   color: #629468;
 }
</style>

background-color css

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

 a { background-color: rgb(98,148,104); }

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

border-color css

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

 span { border-color: rgb(98,148,104); }

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