Html Css Color HEX #618268 Laurel

📋 copy color: '#618268'

red 97 ◦ green 130 ◦ blue 104

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

Shades of Laurel #618268

Tints of Laurel #618268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.27%

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

R = 29.31%
G = 39.27%
B = 31.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#618268 (or 0x618268) is known color: Laurel. HEX triplet: 61, 82 and 68. RGB value is (97,130,104). Sum of RGB (Red+Green+Blue) = 97+130+104=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #618268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618268 is #9E7D97. Grayscale: #757575. Windows color (decimal): -10386840 or 6849121. OLE color: 6849121.

HSL color Cylindrical-coordinate representation of color #618268: hue angle of 132.73º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #618268 is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 104 -
CMYK 0.25 0 0.2 0.49
HSL 132.73º 0.15% 0.45% -
HSV(B) 132.73º 0.25% 0.51% -
XYZ 15.41 19.51 16.05 -
YUV 117.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 97 130 104 0.25 0 0.2 0.49 132.73 0.15 0.45
Hex 61 82 68 19 0 14 31 85 F 2D
Octal 141 202 150 31 0 24 61 205 17 55
Binary 1100001 10000010 1101000 11001 0 10100 110001 10000101 1111 101101

Color Harmonies of #618268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618268

Black with #618268

Text Example


Text Example

White with #618268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618268; }

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

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

background-color css

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

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

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

border-color css

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

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

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