Html Css Color HEX #629969 Laurel

📋 copy color: '#629969'

red 98 ◦ green 153 ◦ blue 105

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

Shades of Laurel #629969

Tints of Laurel #629969

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 value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#629969 (or 0x629969) is known color: 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

RGB 98 153 105 -
CMYK 0.36 0 0.31 0.4
HSL 127.64º 0.22% 0.49% -
HSV(B) 127.64º 0.36% 0.6% -
XYZ 18.98 26.4 17.46 -
YUV 131.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 98 153 105 0.36 0 0.31 0.4 127.64 0.22 0.49
Hex 62 99 69 24 0 1F 28 80 16 31
Octal 142 231 151 44 0 37 50 200 26 61
Binary 1100010 10011001 1101001 100100 0 11111 101000 10000000 10110 110001

Color Harmonies of #629969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629969

Black with #629969

Text Example


Text Example

White with #629969

Text Example


Text Example

HTML Codes & Css Web 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>