Html Css Color HEX #608B67 Laurel

📋 copy color: '#608B67'

red 96 ◦ green 139 ◦ blue 103

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

Shades of Laurel #608B67

Tints of Laurel #608B67

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.12%

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

R = 28.4%
G = 41.12%
B = 30.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#608B67 (or 0x608B67) is known color: Laurel. HEX triplet: 60, 8B and 67. RGB value is (96,139,103). Sum of RGB (Red+Green+Blue) = 96+139+103=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #608B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608B67 is #9F7498. Grayscale: #7A7A7A. Windows color (decimal): -10450073 or 6785888. OLE color: 6785888.

HSL color Cylindrical-coordinate representation of color #608B67: hue angle of 129.77º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608B67 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 139 103 -
CMYK 0.31 0 0.26 0.45
HSL 129.77º 0.18% 0.46% -
HSV(B) 129.77º 0.31% 0.55% -
XYZ 16.5 21.93 16.2 -
YUV 122.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 96 139 103 0.31 0 0.26 0.45 129.77 0.18 0.46
Hex 60 8B 67 1F 0 1A 2D 82 12 2E
Octal 140 213 147 37 0 32 55 202 22 56
Binary 1100000 10001011 1100111 11111 0 11010 101101 10000010 10010 101110

Color Harmonies of #608B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B67

Black with #608B67

Text Example


Text Example

White with #608B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,139,103); }

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

background-color css

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

 a { background-color: rgb(96,139,103); }

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

border-color css

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

 span { border-color: rgb(96,139,103); }

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