Html Css Color HEX #619268 Laurel

📋 copy color: '#619268'

red 97 ◦ green 146 ◦ blue 104

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

Shades of Laurel #619268

Tints of Laurel #619268

RGB

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

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

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

R = 27.95%
G = 42.07%
B = 29.97%

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

#619268 (or 0x619268) is known color: Laurel. HEX triplet: 61, 92 and 68. RGB value is (97,146,104). Sum of RGB (Red+Green+Blue) = 97+146+104=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #619268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619268 is #9E6D97. Grayscale: #7E7E7E. Windows color (decimal): -10382744 or 6853217. OLE color: 6853217.

HSL color Cylindrical-coordinate representation of color #619268: hue angle of 128.57º 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 #619268 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 146 104 -
CMYK 0.34 0 0.29 0.43
HSL 128.57º 0.2% 0.48% -
HSV(B) 128.57º 0.34% 0.57% -
XYZ 17.71 24.1 16.81 -
YUV 126.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 97 146 104 0.34 0 0.29 0.43 128.57 0.2 0.48
Hex 61 92 68 22 0 1D 2B 81 14 30
Octal 141 222 150 42 0 35 53 201 24 60
Binary 1100001 10010010 1101000 100010 0 11101 101011 10000001 10100 110000

Color Harmonies of #619268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619268

Black with #619268

Text Example


Text Example

White with #619268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619268; }

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

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

background-color css

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

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

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

border-color css

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

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

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