Html Css Color HEX #67896B Laurel

📋 copy color: '#67896B'

red 103 ◦ green 137 ◦ blue 107

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

Shades of Laurel #67896B

Tints of Laurel #67896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.48%

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 29.68%
G = 39.48%
B = 30.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#67896B (or 0x67896B) is known color: Laurel. HEX triplet: 67, 89 and 6B. RGB value is (103,137,107). Sum of RGB (Red+Green+Blue) = 103+137+107=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #67896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67896B is #987694. Grayscale: #7B7B7B. Windows color (decimal): -9991829 or 7047527. OLE color: 7047527.

HSL color Cylindrical-coordinate representation of color #67896B: hue angle of 127.06º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67896B is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 137 107 -
CMYK 0.25 0 0.22 0.46
HSL 127.06º 0.14% 0.47% -
HSV(B) 127.06º 0.25% 0.54% -
XYZ 17.19 21.84 17.22 -
YUV 123.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 103 137 107 0.25 0 0.22 0.46 127.06 0.14 0.47
Hex 67 89 6B 19 0 16 2E 7F E 2F
Octal 147 211 153 31 0 26 56 177 16 57
Binary 1100111 10001001 1101011 11001 0 10110 101110 1111111 1110 101111

Color Harmonies of #67896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67896B

Black with #67896B

Text Example


Text Example

White with #67896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67896B; }

 p { color: rgb(103,137,107); }

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

background-color css

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

 a { background-color: rgb(103,137,107); }

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

border-color css

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

 span { border-color: rgb(103,137,107); }

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