Html Css Color HEX #608A68 Laurel

📋 copy color: '#608A68'

red 96 ◦ green 138 ◦ blue 104

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

Shades of Laurel #608A68

Tints of Laurel #608A68

RGB

 RED value IS 96 (37.89% from 255) = 28.4%

 GREEN value IS 138 (54.3% from 255) = 40.83%

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

R = 28.4%
G = 40.83%
B = 30.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#608A68 (or 0x608A68) is known color: Laurel. HEX triplet: 60, 8A and 68. RGB value is (96,138,104). Sum of RGB (Red+Green+Blue) = 96+138+104=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #608A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608A68 is #9F7597. Grayscale: #797979. Windows color (decimal): -10450328 or 6851168. OLE color: 6851168.

HSL color Cylindrical-coordinate representation of color #608A68: hue angle of 131.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608A68 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 138 104 -
CMYK 0.30 0 0.25 0.46
HSL 131.43º 0.18% 0.46% -
HSV(B) 131.43º 0.3% 0.54% -
XYZ 16.41 21.66 16.41 -
YUV 121.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 96 138 104 0.30 0 0.25 0.46 131.43 0.18 0.46
Hex 60 8A 68 1E 0 19 2E 83 12 2E
Octal 140 212 150 36 0 31 56 203 22 56
Binary 1100000 10001010 1101000 11110 0 11001 101110 10000011 10010 101110

Color Harmonies of #608A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608A68

Black with #608A68

Text Example


Text Example

White with #608A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608A68; }

 p { color: rgb(96,138,104); }

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

background-color css

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

 a { background-color: rgb(96,138,104); }

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

border-color css

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

 span { border-color: rgb(96,138,104); }

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