Html Css Color HEX #67836C Laurel

📋 copy color: '#67836C'

red 103 ◦ green 131 ◦ blue 108

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

Shades of Laurel #67836C

Tints of Laurel #67836C

RGB

 RED value IS 103 (40.63% from 255) = 30.12%

 GREEN value IS 131 (51.56% from 255) = 38.3%

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 30.12%
G = 38.3%
B = 31.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#67836C (or 0x67836C) is known color: Laurel. HEX triplet: 67, 83 and 6C. RGB value is (103,131,108). Sum of RGB (Red+Green+Blue) = 103+131+108=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #67836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67836C is #987C93. Grayscale: #787878. Windows color (decimal): -9993364 or 7111527. OLE color: 7111527.

HSL color Cylindrical-coordinate representation of color #67836C: hue angle of 130.71º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67836C is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 131 108 -
CMYK 0.21 0 0.18 0.49
HSL 130.71º 0.12% 0.46% -
HSV(B) 130.71º 0.21% 0.51% -
XYZ 16.42 20.2 17.22 -
YUV 120.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 103 131 108 0.21 0 0.18 0.49 130.71 0.12 0.46
Hex 67 83 6C 15 0 12 31 83 C 2E
Octal 147 203 154 25 0 22 61 203 14 56
Binary 1100111 10000011 1101100 10101 0 10010 110001 10000011 1100 101110

Color Harmonies of #67836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67836C

Black with #67836C

Text Example


Text Example

White with #67836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67836C; }

 p { color: rgb(103,131,108); }

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

background-color css

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

 a { background-color: rgb(103,131,108); }

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

border-color css

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

 span { border-color: rgb(103,131,108); }

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