Html Css Color HEX #68936B Laurel

📋 copy color: '#68936B'

red 104 ◦ green 147 ◦ blue 107

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

Shades of Laurel #68936B

Tints of Laurel #68936B

RGB

 RED value IS 104 (41.02% from 255) = 29.05%

 GREEN value IS 147 (57.81% from 255) = 41.06%

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

R = 29.05%
G = 41.06%
B = 29.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#68936B (or 0x68936B) is known color: Laurel. HEX triplet: 68, 93 and 6B. RGB value is (104,147,107). Sum of RGB (Red+Green+Blue) = 104+147+107=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #68936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68936B is #976C94. Grayscale: #818181. Windows color (decimal): -9923733 or 7050088. OLE color: 7050088.

HSL color Cylindrical-coordinate representation of color #68936B: hue angle of 124.19º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68936B is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 107 -
CMYK 0.29 0 0.27 0.42
HSL 124.19º 0.17% 0.49% -
HSV(B) 124.19º 0.29% 0.58% -
XYZ 18.8 24.87 17.72 -
YUV 129.58 115.25 109.75 -
System Red Green Blue C M Y K H S L
Decimal 104 147 107 0.29 0 0.27 0.42 124.19 0.17 0.49
Hex 68 93 6B 1D 0 1B 2A 7C 11 31
Octal 150 223 153 35 0 33 52 174 21 61
Binary 1101000 10010011 1101011 11101 0 11011 101010 1111100 10001 110001

Color Harmonies of #68936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68936B

Black with #68936B

Text Example


Text Example

White with #68936B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,147,107); }

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

background-color css

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

 a { background-color: rgb(104,147,107); }

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

border-color css

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

 span { border-color: rgb(104,147,107); }

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