Html Css Color HEX #67826C Laurel

📋 copy color: '#67826C'

red 103 ◦ green 130 ◦ blue 108

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

Shades of Laurel #67826C

Tints of Laurel #67826C

RGB

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

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

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

R = 30.21%
G = 38.12%
B = 31.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#67826C (or 0x67826C) is known color: Laurel. HEX triplet: 67, 82 and 6C. RGB value is (103,130,108). Sum of RGB (Red+Green+Blue) = 103+130+108=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #67826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67826C is #987D93. Grayscale: #777777. Windows color (decimal): -9993620 or 7111271. OLE color: 7111271.

HSL color Cylindrical-coordinate representation of color #67826C: hue angle of 131.11º 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 #67826C is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 130 108 -
CMYK 0.21 0 0.17 0.49
HSL 131.11º 0.12% 0.46% -
HSV(B) 131.11º 0.21% 0.51% -
XYZ 16.28 19.93 17.18 -
YUV 119.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 103 130 108 0.21 0 0.17 0.49 131.11 0.12 0.46
Hex 67 82 6C 15 0 11 31 83 C 2E
Octal 147 202 154 25 0 21 61 203 14 56
Binary 1100111 10000010 1101100 10101 0 10001 110001 10000011 1100 101110

Color Harmonies of #67826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67826C

Black with #67826C

Text Example


Text Example

White with #67826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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