Html Css Color HEX #619267 Laurel

📋 copy color: '#619267'

red 97 ◦ green 146 ◦ blue 103

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

Shades of Laurel #619267

Tints of Laurel #619267

RGB

 RED value IS 97 (38.28% from 255) = 28.03%

 GREEN value IS 146 (57.42% from 255) = 42.2%

 BLUE value IS 103 (40.63% from 255) = 29.77%

R = 28.03%
G = 42.2%
B = 29.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#619267 (or 0x619267) is known color: Laurel. HEX triplet: 61, 92 and 67. RGB value is (97,146,103). Sum of RGB (Red+Green+Blue) = 97+146+103=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #619267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619267 is #9E6D98. Grayscale: #7E7E7E. Windows color (decimal): -10382745 or 6787681. OLE color: 6787681.

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

Color convert

RGB 97 146 103 -
CMYK 0.34 0 0.29 0.43
HSL 127.35º 0.2% 0.48% -
HSV(B) 127.35º 0.34% 0.57% -
XYZ 17.66 24.08 16.55 -
YUV 126.45 114.77 107 -
System Red Green Blue C M Y K H S L
Decimal 97 146 103 0.34 0 0.29 0.43 127.35 0.2 0.48
Hex 61 92 67 22 0 1D 2B 7F 14 30
Octal 141 222 147 42 0 35 53 177 24 60
Binary 1100001 10010010 1100111 100010 0 11101 101011 1111111 10100 110000

Color Harmonies of #619267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619267

Black with #619267

Text Example


Text Example

White with #619267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619267; }

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

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

background-color css

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

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

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

border-color css

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

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

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