Html Css Color HEX #68926F Laurel

📋 copy color: '#68926F'

red 104 ◦ green 146 ◦ blue 111

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

Shades of Laurel #68926F

Tints of Laurel #68926F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.44%

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 28.81%
G = 40.44%
B = 30.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#68926F (or 0x68926F) is known color: Laurel. HEX triplet: 68, 92 and 6F. RGB value is (104,146,111). Sum of RGB (Red+Green+Blue) = 104+146+111=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #68926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68926F is #976D90. Grayscale: #818181. Windows color (decimal): -9923985 or 7311976. OLE color: 7311976.

HSL color Cylindrical-coordinate representation of color #68926F: hue angle of 130º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68926F is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 146 111 -
CMYK 0.29 0 0.24 0.43
HSL 130º 0.17% 0.49% -
HSV(B) 130º 0.29% 0.57% -
XYZ 18.86 24.65 18.8 -
YUV 129.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 104 146 111 0.29 0 0.24 0.43 130 0.17 0.49
Hex 68 92 6F 1D 0 18 2B 82 11 31
Octal 150 222 157 35 0 30 53 202 21 61
Binary 1101000 10010010 1101111 11101 0 11000 101011 10000010 10001 110001

Color Harmonies of #68926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68926F

Black with #68926F

Text Example


Text Example

White with #68926F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68926F; }

 p { color: rgb(104,146,111); }

 H1.HeaderClassName
 {
   color: #68926F;
 }
 .AnyTagClassName
 {
   color: #68926F;
 }
</style>

background-color css

<style>
 a { background-color: #68926F; }

 a { background-color: rgb(104,146,111); }

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

border-color css

<style>
 span { border-color: #68926F; }

 span { border-color: rgb(104,146,111); }

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